blob: b65a43431fbe5898d517b5ffd110c255b04a69b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.3 2001/06/11 20:58:33 zuntum Exp $
--- ../include/os.h.orig Tue Mar 27 03:39:01 2001
+++ ../include/os.h
@@ -58,7 +58,7 @@
# define _PATH_DEVNULL "/dev/null"
#endif
-#if !defined(_AIX) && !defined(__FreeBSD__)
+#if !defined(_AIX) && !defined(__FreeBSD__) && !defined(__NetBSD__)
# ifndef _PATH_MAILDIR
# define _PATH_MAILDIR "/var/spool/mail"
# endif
|