2004-03-05 16:21:01 +01:00
|
|
|
$NetBSD: patch-ag,v 1.4 2004/03/05 15:21:01 pooka Exp $
|
2002-03-22 18:26:24 +01:00
|
|
|
|
|
|
|
--- src/mail.c.orig Wed Aug 9 21:02:04 2000
|
|
|
|
+++ src/mail.c Thu Aug 10 18:32:30 2000
|
|
|
|
@@ -71,7 +71,7 @@
|
|
|
|
# if !defined(MAILPATH) && (defined(LINUX) || defined(__osf__))
|
|
|
|
# define MAILPATH "/var/spool/mail/"
|
|
|
|
# endif
|
|
|
|
-# if !defined(MAILPATH) && defined(__FreeBSD__)
|
|
|
|
+# if !defined(MAILPATH) && (defined(__FreeBSD__) || defined(__NetBSD__))
|
|
|
|
# define MAILPATH "/var/mail/"
|
|
|
|
# endif
|
|
|
|
# if !defined(MAILPATH) && (defined(BSD) || defined(ULTRIX))
|