freebsd-skq/lib/libc
wpaul eb2fc8df69 Very minor tweak:
In __initdb(), a failure to open the local password database is supposed
to result in a warning message being syslog()ed. This warning is only
supposed to be generated as long as the 'warned' flag hasn't been yet;
once the warning is generated, the flag should be set so that the message
is only syslog()ed once. However, while the state of the flag is checked
properly, the flag's state is never changed, so you always get multiple
warnings instead of just one.

Pointed out by: Peter Wemm
1996-04-29 14:48:47 +00:00
..
amd64 Put in missing '_' in call to wrapper _thread_sys_sigsetmask() function. 1996-02-17 12:25:21 +00:00
compat-43 Added missing section numbers to a bunch of .Xr macros, or 1996-03-27 20:49:07 +00:00
db Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manual 1996-03-03 08:53:05 +00:00
gen Very minor tweak: 1996-04-29 14:48:47 +00:00
gmon Xref clocks(7). 1996-04-05 08:53:38 +00:00
i386 rfork/minherit glue in libc 1996-02-23 19:56:55 +00:00
locale Don't include <sys/types.h> when it isn't used. 1996-04-19 18:40:25 +00:00
net Do not install the now unsupported netns and netiso 1996-04-08 05:15:09 +00:00
nls Fixed docs/521. 1996-02-09 12:25:08 +00:00
quad Added prototypes. 1995-12-26 13:25:13 +00:00
regex 8bit clean fixes 1996-03-25 14:34:26 +00:00
rpc Work around a bug in the Sun rpc code. This fixes a problem where 1996-03-17 20:12:53 +00:00
stdio Correct a minor typo. Fixes part of PR#1000. 1996-04-09 21:48:21 +00:00
stdlib Don't include <sys/types.h> when it isn't used. 1996-04-19 18:40:25 +00:00
stdtime Removed bogus includes of <sys/types.h> from synopses. 1996-04-19 19:00:26 +00:00
string Added `const' to types of sys_errlist and sys_nerr. 1996-04-19 14:02:03 +00:00
sys Fix the man page to reflect the recent addition of RFNOWAIT and the removal of 1996-04-18 23:36:41 +00:00
xdr Minor cleanup of the rpc man pages to silence manck. 1996-02-12 00:02:42 +00:00
yp Don't bother trying to flock() /var/run/ypbind.lock; this breaks when 1996-03-23 22:48:19 +00:00
Makefile Remove support for OSI networking in user-land (#ifdef OSI aor CCITT) 1996-02-06 20:36:15 +00:00