Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



kleink
Mon Jun  1 13:10:15 PDT 1998
Update of /cvsroot/src/include
In directory nb00:/tmp/cvs-serv6736

Modified Files:
        stdlib.h 
Log Message:
* Further name space protection reorganization: distinguish between various
  issues of the XPG.
* Move setkey() prototype from <unistd.h> to this file. (XPG4)
* Move mkstemp(), mktemp(), ttyslot() and valloc() prototypes from <unistd.h>
  to this file. (XPG4.2)


kleink
Mon Jun  1 13:12:36 PDT 1998
Update of /cvsroot/src/lib/libc/gen
In directory nb00:/tmp/cvs-serv6778

Modified Files:
        ttyname.3 
Log Message:
Prototype has moved: add inclusion of <stdlib.h> to the synopsis of ttyslot().


kleink
Mon Jun  1 13:13:30 PDT 1998
Update of /cvsroot/src/lib/libc/gen
In directory nb00:/tmp/cvs-serv6818

Modified Files:
        ttyslot.c 
Log Message:
Need <stdlib.h> for ttyslot() prototype.


kleink
Mon Jun  1 13:15:13 PDT 1998
Update of /cvsroot/src/lib/libc/gen
In directory nb00:/tmp/cvs-serv6846

Modified Files:
        valloc.3 
Log Message:
Prototype has moved: change inclusion of <unistd.h> to <stdlib.h> in the
synopsis of valloc().


kleink
Mon Jun  1 13:16:37 PDT 1998
Update of /cvsroot/src/lib/libc/stdio
In directory nb00:/tmp/cvs-serv6895

Modified Files:
        mktemp.3 
Log Message:
Prototypes have moved: change inclusion of <unistd.h> to <stdlib.h>.


kleink
Mon Jun  1 13:17:50 PDT 1998
Update of /cvsroot/src/lib/libc/stdio
In directory nb00:/tmp/cvs-serv6918

Modified Files:
        mktemp.c 
Log Message:
Need <stdlib.h> for mkstemp() and mktemp() prototypes.


kleink
Mon Jun  1 13:19:46 PDT 1998
Update of /cvsroot/src/lib/libc/stdio
In directory nb00:/tmp/cvs-serv6980

Modified Files:
        tmpfile.c 
Log Message:
Need <stdlib.h> for mkstemp() prototype.




Home | Main Index | Thread Index | Old Index