Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/miscfs
Module Name: src
Committed By: darcy
Date: Sat Sep 27 13:29:02 UTC 2003
Modified Files:
src/sys/miscfs/kernfs: kernfs.h kernfs_subr.c kernfs_vfsops.c
kernfs_vnops.c
src/sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vfsops.c
procfs_vnops.c
Log Message:
Changes as discussed with itojun on tech-kern. I have modified the enums
to have KFS or PFS differentiators. Further I have wrapped the enum in
procfs in "#ifdef _KERNEL" as it is done in kernfs.
To see the discussion go to http://mail-index.NetBSD.org/tech-kern/2003/09/
and look for "Mismatched enums in include files" in the list.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/miscfs/kernfs/kernfs.h
cvs rdiff -r1.4 -r1.5 src/sys/miscfs/kernfs/kernfs_subr.c
cvs rdiff -r1.55 -r1.56 src/sys/miscfs/kernfs/kernfs_vfsops.c
cvs rdiff -r1.97 -r1.98 src/sys/miscfs/kernfs/kernfs_vnops.c
cvs rdiff -r1.48 -r1.49 src/sys/miscfs/procfs/procfs.h
cvs rdiff -r1.57 -r1.58 src/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -r1.49 -r1.50 src/sys/miscfs/procfs/procfs_vfsops.c
cvs rdiff -r1.108 -r1.109 src/sys/miscfs/procfs/procfs_vnops.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