diff options
author | jmallett <jmallett@FreeBSD.org> | 2003-01-18 04:22:14 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2003-01-18 04:22:14 +0000 |
commit | 7284e7e47fdb035b53f5295db77ccf14025b4d16 (patch) | |
tree | 42776587cf0e4fc2638f7d27ea614b94fbea2925 /lib/libufs/Makefile | |
parent | 406bb0cfa57d3d013f9ff0e57f4c2e50b21decaa (diff) | |
download | FreeBSD-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/Makefile | 2 |
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) |