Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: christos
Date: Mon Jan 31 15:12:31 UTC 2000
Modified Files:
syssrc/sys/kern: syscalls.master sysv_sem.c
Log Message:
__semctl13 -> ____semctl13 because this now is not called directly.
The fourth argument to it is a pointer to union semun not union semun,
because passing structs and unions to syscalls cannot be handled portably.
To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 syssrc/sys/kern/syscalls.master
cvs rdiff -r1.33 -r1.34 syssrc/sys/kern/sysv_sem.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index