summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-20 23:55:09 +0000
committerMiles Bader <miles@gnu.org>1996-07-20 23:55:09 +0000
commit796df4bba3bf404ded3e883eea70421ba9255358 (patch)
tree4528689e6ac3ff04990a590dcd0b8e4ce3049dd2
parented40ac7643db79ba86c894a9234f0d454ad9f687 (diff)
.
-rw-r--r--SOURCES.0.04
1 files changed, 3 insertions, 1 deletions
diff --git a/SOURCES.0.0 b/SOURCES.0.0
index e2d9e4cf..1fb5a865 100644
--- a/SOURCES.0.0
+++ b/SOURCES.0.0
@@ -65,7 +65,8 @@ instructions, after making the indicated minor modifications:
#endif
#define setpgrp(a,b) setpgrp()
* findutils (4.1)
- [Comment out decl of basename in defs.h and defn in util.c]
+ [Comment out decl of basename in defs.h and defn in util.c
+ Add `#define ARG_MAX 20480' right after the includes]
* gzip (1.2.4)
[commented out basename from gzip.h and util.c]
* ncurses (1.9.9e)
@@ -86,6 +87,7 @@ nethack (3.2.1)
[3.2.0 + nethack-3.2.0-3.2.1.patch
define BSD & linux, frob paths in config.h & unixconf.h & root Makefile
comment out declaration of random in system.h
+ Use `-lncurses' for WINTTYLIB in src/Makefile
declare `int status' in files.c:decompress_file, and pass &status
as an arg to the call to `wait' in the same function. ]