Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Sat May  2 14:13:28 UTC 2009

Modified Files:
        src/sys/conf: param.c
        src/sys/kern: vfs_syscalls.c

Log Message:
Move dovfsusermount from vfs_syscalls.c to param.c: secmodel bsd44
depends on it and we can't isolate it in vfs.
(no, it doesn't really belong in param.c, but I couldn't figure out
a better place for it)


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/conf/param.c
cvs rdiff -u -r1.393 -r1.394 src/sys/kern/vfs_syscalls.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