Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/kern
Module Name: syssrc
Committed By: nathanw
Date: Tue Mar 5 23:28:59 UTC 2002
Modified Files:
syssrc/sys/kern: sysv_msg.c sysv_sem.c
Log Message:
Make the debugging printfs compile:
- printf format checking doesn't like %x for pointers; use %p like we should.
- LP64 fixes.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/kern/sysv_msg.c
cvs rdiff -r1.42 -r1.43 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