summaryrefslogtreecommitdiffstats
path: root/lib/libufs/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-22 19:25:58 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-22 19:25:58 +0000
commitdf1f55a8e733bbc4e0c100fe74528b50da43f5f1 (patch)
treeedec396707e3cbc26393e92c4ed04f24c28b2624 /lib/libufs/Makefile
parent29ef1b50256ce52a37a3a7684a99ad9ed8360030 (diff)
downloadFreeBSD-src-df1f55a8e733bbc4e0c100fe74528b50da43f5f1.zip
FreeBSD-src-df1f55a8e733bbc4e0c100fe74528b50da43f5f1.tar.gz
Add the concept of a per-disk error string, and a function which prints it
along with the errno, if one is set.
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 0ac1a74..c3b3efc 100644
--- a/lib/libufs/Makefile
+++ b/lib/libufs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ufs
-SRCS= block.c inode.c sblock.c type.c
+SRCS= block.c error.c inode.c sblock.c type.c
INCS= libufs.h
CFLAGS+= -I${.CURDIR} -D_LIBUFS
.if defined(LIBUFS_DEBUG)
OpenPOWER on IntegriCloud