Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 06/11/1994 09:50:01
jtc
Sat Jun 11 09:40:52 PDT 1994
Update of /b/source/CVS/src/lib/libc/gen
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/gen
Modified Files:
Makefile.inc confstr.3 confstr.c
Log Message:
Replace my version of confstr() with 4.4 lite's, which gets its values
with sysctl().
jtc
Sat Jun 11 09:44:29 PDT 1994
Update of /b/source/CVS/src/lib/libc/gen
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/gen
Modified Files:
confstr.3
Log Message:
Note that confstr() is POSIX.2 compliant.
jtc
Sat Jun 11 09:49:18 PDT 1994
Update of /b/source/CVS/src/lib/libc/string
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/string
Modified Files:
index.c rindex.c strdup.c strtok.c
Log Message:
Remove unneeded #include <stddef.h> because <string.h> #defines NULL too.
------------------------------------------------------------------------------