summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/manedit/patches/patch-af')
-rw-r--r--editors/manedit/patches/patch-af18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/manedit/patches/patch-af b/editors/manedit/patches/patch-af
deleted file mode 100644
index ce06c1815f2..00000000000
--- a/editors/manedit/patches/patch-af
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-af,v 1.1 2001/02/10 00:07:42 hubertf Exp $
-
---- ../include/os.h.orig Fri Feb 9 01:18:26 2001
-+++ ../include/os.h
-@@ -58,11 +58,11 @@
- # define _PATH_DEVNULL "/dev/null"
- #endif
-
--#ifndef _AIX
-+#if !defined(_AIX) && !defined(__NetBSD__)
- # ifndef _PATH_MAILDIR
- # define _PATH_MAILDIR "/var/spool/mail"
- # endif
--#endif /* _AIX */
-+#endif /* _AIX || __NetBSD__ */
-
- /* Apparently VI has become the standard editor for UNIX. */
- #if !defined(_PATH_VI) && !defined(__MSW__)