Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
kleink
Thu May 7 09:50:21 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv8462
Modified Files:
sem.h
Log Message:
* u_short -> unsigned short
* Move MAX_SOPS inside _KERNEL protection; it's not portable and has a
meaning within semop() only.
* semop(): change the `nsops' argument type from int to size_t.
* Add _XOPEN_SOURCE protection around semconfig().
kleink
Thu May 7 09:57:58 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv9578
Modified Files:
shm.h
Log Message:
* Move the SHM_{LOCK,UNLOCK} shmctl() commands inside _KERNEL protection; they
are recognized but not supported (yet). (HP-UX and Solaris extension)
* Const'ify the `shmaddr' pointer arguments to shmat() and shmdt().
* Change the `size' argument to shmget() from int to size_t.
Home |
Main Index |
Thread Index |
Old Index