diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-20 08:10:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-20 08:10:42 +0000 |
commit | e557e7d7cd7f13a34b402483c10164b09a4d76cf (patch) | |
tree | a8c9986891a6daa68f559435fe1cedcbdbc421aa /editors/manedit/files/patch-..::include::os.h | |
parent | Update to Mozilla 0.8. (diff) |
Add manedit 0.4.h, a UNIX manual page editor and viewer.
Sponsored by: Francisco Reyes <fjrm@yahoo.com>
Diffstat (limited to 'editors/manedit/files/patch-..::include::os.h')
-rw-r--r-- | editors/manedit/files/patch-..::include::os.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/manedit/files/patch-..::include::os.h b/editors/manedit/files/patch-..::include::os.h new file mode 100644 index 000000000000..cf35e45568c5 --- /dev/null +++ b/editors/manedit/files/patch-..::include::os.h @@ -0,0 +1,23 @@ + +$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 |