Go to file
hubertf 24f809b060 The game sail(6) has a function Write() which is used both with
integer arguments and with string arguments (cast to long, and in one
place to int).  The patch here cleans this up, making it into two
separate functions; this allows for the game to be made const-correct
in future and improves portability.

The patch also contains two other fragments: a change to use the
symbolic constant SEEK_END with fseek(), and a change to use snprintf
in one place to avoid a buffer overrun.

Via PR 6569 by Joseph Myers <jsm28@cam.ac.uk>.
1999-02-10 00:45:45 +00:00
bin Fix opt_add() prototype. 1999-02-07 15:08:50 +00:00
distrib Provide a minimal instruction/data cache synchronization C binding. 1999-02-09 22:32:33 +00:00
etc Change a BUILD to an UPDATE that I missed in the last commit. 1999-02-09 19:55:58 +00:00
games The game sail(6) has a function Write() which is used both with 1999-02-10 00:45:45 +00:00
gnu Clean up and use stuff from src/gnu/lib/libbfd. 1999-02-09 19:21:53 +00:00
include Add l64a_r(), a reentrant version of l64a(); found in the Multithreading 1999-02-06 15:04:05 +00:00
lib nsdispatch isn't currently thread safe; highlight this as a bug 1999-02-09 23:38:25 +00:00
libexec Build depending on OBJECT_FMT not a list of MACHINE_ARCH's 1999-02-09 20:27:04 +00:00
regress Fix typo in previous commit 1999-02-04 18:58:33 +00:00
sbin add BeOS entry, from URA Hiroshi, PR 6974 1999-02-09 19:11:46 +00:00
share Fix the bug that was inserting blank lines between `pages' in tty 1999-02-09 18:11:36 +00:00
sys Provide a minimal instruction/data cache synchronization C binding. 1999-02-09 22:32:33 +00:00
usr.bin Goodbye, Berkeley gprof; we shall miss you! 1999-02-09 18:28:10 +00:00
usr.sbin Mention -v in usage. Fixes PR 6262 by Erik Bertelsen. 1999-02-08 22:32:58 +00:00
Makefile Build the domestic libraries first, before building programs. Unfortunately 1999-02-09 19:52:50 +00:00