summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-..::include::os.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/manedit/files/patch-..::include::os.h')
-rw-r--r--editors/manedit/files/patch-..::include::os.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/manedit/files/patch-..::include::os.h b/editors/manedit/files/patch-..::include::os.h
deleted file mode 100644
index cf35e45568c5..000000000000
--- a/editors/manedit/files/patch-..::include::os.h
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- ../include/os.h.orig Fri Feb 9 02:18:26 2001
-+++ ../include/os.h Fri Feb 9 12:23:54 2001
-@@ -21,7 +21,7 @@
-
- #include <limits.h>
-
--#ifdef __linux__
-+#if defined(__linux__) && defined(__FreeBSD__)
- # include <paths.h>
- #endif
-
-@@ -58,7 +58,7 @@
- # define _PATH_DEVNULL "/dev/null"
- #endif
-
--#ifndef _AIX
-+#if !defined(_AIX) && !defined(__FreeBSD__)
- # ifndef _PATH_MAILDIR
- # define _PATH_MAILDIR "/var/spool/mail"
- # endif