diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-10-11 16:02:44 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-10-11 16:02:44 +0000 |
commit | 2fa8379a38217c3129a0079e6369cb16f03ee8e4 (patch) | |
tree | d735a221395f4f2beff14ae1834acf01d4a4ea57 /security/nfsbug/patches/patch-ac | |
parent | 0dcaa1601bbf890cd7f3d079bffad0ca884d0af4 (diff) | |
download | pkgsrc-2fa8379a38217c3129a0079e6369cb16f03ee8e4.tar.gz |
Remove a hunk from patch-ac which prevents the expansion of
MOUNT_UFS and MOUNT_NFS. make makepatchsum.
Diffstat (limited to 'security/nfsbug/patches/patch-ac')
-rw-r--r-- | security/nfsbug/patches/patch-ac | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/security/nfsbug/patches/patch-ac b/security/nfsbug/patches/patch-ac index 0ebbcb4aeef..ecc8bf2ceb1 100644 --- a/security/nfsbug/patches/patch-ac +++ b/security/nfsbug/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 2000/09/24 15:16:40 hubertf Exp $ +$NetBSD: patch-ac,v 1.4 2000/10/11 16:02:45 wennmach Exp $ --- nfsbug.c.orig Fri Feb 17 00:57:27 1995 +++ nfsbug.c @@ -34,17 +34,6 @@ $NetBSD: patch-ac,v 1.3 2000/09/24 15:16:40 hubertf Exp $ #include "mount.h" #include "nfs_prot.h" -@@ -105,8 +108,10 @@ - /* - * File system types, these correspond to entries in fsconf - */ -+#ifndef __NetBSD__ - #define MOUNT_UFS 1 - #define MOUNT_NFS 2 -+#endif /* __NetBSD__ */ - #define MOUNT_PC 3 - #define MOUNT_LO 4 - #define MOUNT_TFS 5 @@ -240,7 +245,7 @@ } else proto = "TCP/IP"; |