summaryrefslogtreecommitdiff
path: root/net/rdist6/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/rdist6/patches/patch-ae')
-rw-r--r--net/rdist6/patches/patch-ae24
1 files changed, 0 insertions, 24 deletions
diff --git a/net/rdist6/patches/patch-ae b/net/rdist6/patches/patch-ae
deleted file mode 100644
index 94f094dbd19..00000000000
--- a/net/rdist6/patches/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2005/09/03 21:21:57 abs Exp $
-
---- config/os-netbsd.h.orig 2001-03-12 13:16:18.000000000 -0500
-+++ config/os-netbsd.h 2004-05-30 22:01:15.000000000 -0400
-@@ -45,6 +45,7 @@
- * Things we need
- */
- #define NEED_RE_COMP_H
-+#define NEED_SETPROGNAME
-
- /*
- * Set process args to messages that show up when running ps(1)
-@@ -86,7 +87,11 @@
- /*
- * Select the type of statfs() system call (if any).
- */
-+#if __NetBSD_Version__ < 299000900
- #define STATFS_TYPE STATFS_44BSD
-+#else
-+#define STATFS_TYPE STATFS_SVR4
-+#endif
-
- /*
- * Use f_fstypename in struct statfs.