summaryrefslogtreecommitdiffstats
path: root/sys/modules/coda
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2004-09-01 01:19:52 +0000
committerbrooks <brooks@FreeBSD.org>2004-09-01 01:19:52 +0000
commiteeddbfb0fa1e4bef7bff6ff83926b674f7d9e29c (patch)
treecc3bec9ba8ac27b526dbb740b61a62d861efbeb0 /sys/modules/coda
parent77972e1ec2ccf47109756cd13b82696e5a5696b3 (diff)
downloadFreeBSD-src-eeddbfb0fa1e4bef7bff6ff83926b674f7d9e29c.zip
FreeBSD-src-eeddbfb0fa1e4bef7bff6ff83926b674f7d9e29c.tar.gz
General modernization of coda:
- Ditch NVCODA - Don't use a static major - Don't declare functions extern Reviewed by: peter
Diffstat (limited to 'sys/modules/coda')
-rw-r--r--sys/modules/coda/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile
index 3b7ad21..60992c9 100644
--- a/sys/modules/coda/Makefile
+++ b/sys/modules/coda/Makefile
@@ -11,6 +11,6 @@ SRCS= vnode_if.h \
CLEANFILES= opt_coda.h
opt_coda.h:
- echo "#define NVCODA 4" > ${.TARGET}
+ echo > ${.TARGET}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud