summaryrefslogtreecommitdiffstats
path: root/lib/libufs/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2003-01-18 04:22:14 +0000
committerjmallett <jmallett@FreeBSD.org>2003-01-18 04:22:14 +0000
commit7284e7e47fdb035b53f5295db77ccf14025b4d16 (patch)
tree42776587cf0e4fc2638f7d27ea614b94fbea2925 /lib/libufs/Makefile
parent406bb0cfa57d3d013f9ff0e57f4c2e50b21decaa (diff)
downloadFreeBSD-src-7284e7e47fdb035b53f5295db77ccf14025b4d16.zip
FreeBSD-src-7284e7e47fdb035b53f5295db77ccf14025b4d16.tar.gz
Nuke dumb error reporting code, people can just use disk::d_error. Unify the
DEBUG and d_error initialisation into an ERROR macro, which can both trace and set the d_error field. Much a more meaningful thing, I should say.
Diffstat (limited to 'lib/libufs/Makefile')
-rw-r--r--lib/libufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile
index c3b3efc..0ac1a74 100644
--- a/lib/libufs/Makefile
+++ b/lib/libufs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ufs
-SRCS= block.c error.c inode.c sblock.c type.c
+SRCS= block.c inode.c sblock.c type.c
INCS= libufs.h
CFLAGS+= -I${.CURDIR} -D_LIBUFS
.if defined(LIBUFS_DEBUG)
OpenPOWER on IntegriCloud