Source-Changes archive

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

NetBSD master CVS tree commits



cgd
Sun Dec 22 02:31:42 PST 1996
Update of /cvsroot/src/sys/msdosfs
In directory netbsd1:/var/slash-tmp/cvs-serv22846/msdosfs

Modified Files:
        msdosfsmount.h 
Log Message:
Change the second and third args to struct vfsops' (*vfs_mount)() to
'const char *', and 'void *', respectively.  The second arg is taken directly
from user arguments, and is const there, so must be const in the prototypes
and functions.  The third arg is also taken directly from user arguments.
It doesn't have to be changed, but since it's cleaner to keep the type
the same as the user arg's type, and I'm already making the 'const char *'
change...


cgd
Sun Dec 22 02:35:10 PST 1996
Update of /cvsroot/src/sys/scsi
In directory netbsd1:/var/slash-tmp/cvs-serv22908/scsi

Modified Files:
        ss_scanjet.c 
Log Message:
note in a comment (XXX) that strchr() (what's it doing here, anyway?)
causes 'const' to be discarded.


cgd
Sun Dec 22 02:35:22 PST 1996
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv23086/sys

Modified Files:
        shmctl.2 
Log Message:
fix bogon: <sys/shm.h>, not <sys/msg.h>, should be included to use this.




Home | Main Index | Thread Index | Old Index