Date: Tue, 18 Jan 2000 22:07:35 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acl.c vfs_default.c src/sys/miscfs/nullfs null_vfsops.c src/sys/miscfs/umapfs umap_vfsops.c src/sys/sys acl.h extattr.h mount.h syscall.mk Message-ID: <200001190607.WAA78856@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2000/01/18 22:07:35 PST Modified files: sys/kern kern_acl.c vfs_default.c sys/miscfs/nullfs null_vfsops.c sys/miscfs/umapfs umap_vfsops.c sys/sys acl.h extattr.h mount.h syscall.mk Log: Fix bde'isms in acl/extattr syscall interface, renaming syscalls to prettier (?) names, adding some const's around here, et al. Reviewed by: bde Revision Changes Path 1.2 +17 -21 src/sys/kern/kern_acl.c 1.28 +2 -2 src/sys/kern/vfs_default.c 1.35 +2 -2 src/sys/miscfs/nullfs/null_vfsops.c 1.31 +3 -3 src/sys/miscfs/umapfs/umap_vfsops.c 1.4 +45 -56 src/sys/sys/acl.h 1.3 +18 -12 src/sys/sys/extattr.h 1.89 +3 -3 src/sys/sys/mount.h 1.23 +9 -9 src/sys/sys/syscall.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001190607.WAA78856>