summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/root/patches/patch-af')
-rw-r--r--misc/root/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/root/patches/patch-af b/misc/root/patches/patch-af
deleted file mode 100644
index af424670022..00000000000
--- a/misc/root/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- net/rpdutils/src/rpdutils.cxx.orig 2006-05-26 19:20:46.000000000 +0200
-+++ net/rpdutils/src/rpdutils.cxx
-@@ -70,7 +70,7 @@ extern "C" int ruserok(const char *, int
- extern "C" int fstatfs(int file_descriptor, struct statfs *buffer);
- #elif defined(linux) || defined(__hpux)
- #include <sys/vfs.h>
--#elif defined(__FreeBSD__) || defined(__OpenBSD__)
-+#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
- #include <sys/param.h>
- #include <sys/mount.h>
- #else