Source-Changes archive

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

NetBSD master CVS tree commits



enami
Thu Oct 23 05:26:07 PDT 1997
Update of /cvsroot/src/usr.sbin/kgmon
In directory netbsd1:/var/slash-tmp/cvs-serv25026

Modified Files:
        kgmon.c 
Log Message:
Make this compile on NetBSD/alpha; to print size_t variable,

- use %lu instead of %d.
- cast the variable to (u_long) so that this also compiled on NetBSD/i386.




Home | Main Index | Thread Index | Old Index