diff options
Diffstat (limited to 'net/coda5_server/patches/patch-ab')
-rw-r--r-- | net/coda5_server/patches/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/coda5_server/patches/patch-ab b/net/coda5_server/patches/patch-ab deleted file mode 100644 index 6946f850f68..00000000000 --- a/net/coda5_server/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.3 1998/10/02 14:38:59 rvb Exp $ - ---- coda-b4_6_4/coda-src/venus/worker.cc Tue Jun 16 06:46:19 1998 -+++ ./coda-src/venus/worker.cc Sat Sep 12 11:24:37 1998 -@@ -289,15 +289,7 @@ - } - #endif /* __MACH__ */ - #ifdef __BSD44__ --#ifndef MOUNT_CFS -- /* for FreeBSD -- - Add line below into /usr/include/sys/mount.h. Don't forget to adjust -- MOUNT_MAXTYPE. -- # define MOUNT_CFS old MOUNT_MAXTYPE +1 -- In #define INITMOUNTNAMES, -- "cfs", /* 19 or so MOUNT_CFS */ --#endif -- if (mount(MOUNT_CFS, venusRoot, 0, kernDevice) < 0) { -+ if (mount("coda", venusRoot, 0, kernDevice) < 0) { - eprint("mount(%s, %s) failed (%d), exiting", - kernDevice, venusRoot, errno); - exit(-1); |