Go to file
lukem fa11ebb133 apparently ansi c only required fread(3) to return 0 if size or nmembs == 0.
however, susv2 adds the same to fwrite(3), so add the explicit check.
document this for both fread & fwrite. move diagassert for buf!=NULL to after
the (size * nmembs) == 0 check.

this has the helpful side effect of preventing the _DIAGASSERT()ion in
fwrite() being triggered by lots of 3rdparty code that calls fwrite() with
buf=NULL count=0
2001-01-25 02:06:25 +00:00
bin avoid C sequence point issues warned about by development version of gcc. 2001-01-16 02:41:17 +00:00
crypto complete the paragraph about HostKey directive, reword slighly 2001-01-24 22:59:11 +00:00
dist Add doupdate() call to drawCDKLabel so the widget actually appears on the 2001-01-24 08:50:36 +00:00
distrib build & install string2key manpage, too 2001-01-24 23:09:30 +00:00
etc ru_SU locales are deprecated, ru_RU is now correct one. 2001-01-22 17:48:15 +00:00
games avoid strange typcast. 2001-01-20 15:06:34 +00:00
gnu Remove -Dunix, s/-Dsh3/-D__sh3__. 2001-01-22 08:16:24 +00:00
include have comment about strange use of _B 2001-01-21 10:44:15 +00:00
lib apparently ansi c only required fread(3) to return 0 if size or nmembs == 0. 2001-01-25 02:06:25 +00:00
libexec comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
regress 40B: just symlink in and out, don't bother copying it 2001-01-19 12:34:45 +00:00
sbin Remove incorrect advice for lint; the control may return from panic(). 2001-01-24 23:14:04 +00:00
share Document OSVERSION_SPECIFIC. 2001-01-24 10:01:14 +00:00
sys Changed implementation of partitions, multisession discs now work better. 2001-01-25 01:41:47 +00:00
usr.bin build & install string2key manpage, too 2001-01-24 23:09:30 +00:00
usr.sbin be more picky about running /etc/apm/{battery,line} in response 2001-01-25 00:48:59 +00:00
Makefile
Makefile.inc
UPDATING mklocale necessary during share/locale/ctype 2001-01-24 12:35:48 +00:00