summaryrefslogtreecommitdiff
path: root/security/nfsbug/patches/patch-ac
diff options
context:
space:
mode:
authorwennmach <wennmach@pkgsrc.org>2000-10-11 16:02:44 +0000
committerwennmach <wennmach@pkgsrc.org>2000-10-11 16:02:44 +0000
commit2fa8379a38217c3129a0079e6369cb16f03ee8e4 (patch)
treed735a221395f4f2beff14ae1834acf01d4a4ea57 /security/nfsbug/patches/patch-ac
parent0dcaa1601bbf890cd7f3d079bffad0ca884d0af4 (diff)
downloadpkgsrc-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-ac13
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";