Source-Changes archive

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

NetBSD master CVS tree commits



cgd
Fri Oct 25 14:52:03 PDT 1996
Update of /cvsroot/src/sys/miscfs/procfs
In directory netbsd1:/var/slash-tmp/cvs-serv11581/procfs

Modified Files:
        procfs_subr.c 
Log Message:
remove bogus cast of second arg to bcmp().  (nm_name is a const char*,
and was being unnecessarily cast to 'char *'; -Wcast-qual.)


cgd
Fri Oct 25 14:57:59 PDT 1996
Update of /cvsroot/src/sys/miscfs/fdesc
In directory netbsd1:/var/slash-tmp/cvs-serv11924/fdesc

Modified Files:
        fdesc_vnops.c 
Log Message:
define path name string variables that we should not (and, thankfully, do
not) modify as 'const char *' rather 'char *'.


cgd
Fri Oct 25 14:58:01 PDT 1996
Update of /cvsroot/src/sys/miscfs/kernfs
In directory netbsd1:/var/slash-tmp/cvs-serv11924/kernfs

Modified Files:
        kernfs_vnops.c 
Log Message:
define path name string variables that we should not (and, thankfully, do
not) modify as 'const char *' rather 'char *'.


cgd
Fri Oct 25 14:58:03 PDT 1996
Update of /cvsroot/src/sys/miscfs/portal
In directory netbsd1:/var/slash-tmp/cvs-serv11924/portal

Modified Files:
        portal_vnops.c 
Log Message:
define path name string variables that we should not (and, thankfully, do
not) modify as 'const char *' rather 'char *'.


cgd
Fri Oct 25 14:58:04 PDT 1996
Update of /cvsroot/src/sys/miscfs/procfs
In directory netbsd1:/var/slash-tmp/cvs-serv11924/procfs

Modified Files:
        procfs_vnops.c 
Log Message:
define path name string variables that we should not (and, thankfully, do
not) modify as 'const char *' rather 'char *'.


cgd
Fri Oct 25 14:58:06 PDT 1996
Update of /cvsroot/src/sys/miscfs/union
In directory netbsd1:/var/slash-tmp/cvs-serv11924/union

Modified Files:
        union_subr.c 
Log Message:
define path name string variables that we should not (and, thankfully, do
not) modify as 'const char *' rather 'char *'.




Home | Main Index | Thread Index | Old Index