dac9d0e0d6
This is a bugfix release which fixes over 100 bugs including but not limited to: * Fixed a fatal bug that triggered a panic when your secondary weapon was cursed during bones file creation * Fixed a fatal bug that caused a crash when applying figurine, candle, or bell that gets used up for a complete list, see doc/fixes34.2 Old savegames and bones levels from nethack 3.4.1 (and 3.4.0) should still work, but as usual, caution is advised.
13 lines
500 B
Text
13 lines
500 B
Text
$NetBSD: patch-ag,v 1.3 2003/09/02 00:30:55 pooka Exp $
|
|
|
|
--- 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))
|