DragonFly-2.3.2.75.ge9745 master sys/conf files sys/vfs/nfs Make

看板DFBSD_commit作者時間16年前 (2009/07/18 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit e97453f3e38fa7883847b71c7a911843b2ea1113 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Jul 16 08:19:14 2009 -0700 NFS - create nfsm_subs.c, clean up externs * Move nfsm_*() procedures from nfs_subs.c to nfsm_subs.c * Clean up externs improperly embedded in .c files. Summary of changes: sys/conf/files | 1 + sys/vfs/nfs/Makefile | 9 +- sys/vfs/nfs/bootp_subr.c | 1 - sys/vfs/nfs/nfs.h | 26 ++- sys/vfs/nfs/nfs_bio.c | 3 - sys/vfs/nfs/nfs_mountrpc.c | 2 - sys/vfs/nfs/nfs_node.c | 2 + sys/vfs/nfs/nfs_serv.c | 5 - sys/vfs/nfs/nfs_socket.c | 10 - sys/vfs/nfs/nfs_srvcache.c | 2 - sys/vfs/nfs/nfs_subs.c | 637 +-------------------------------------- sys/vfs/nfs/nfs_syscalls.c | 10 - sys/vfs/nfs/nfs_vfsops.c | 3 - sys/vfs/nfs/nfs_vnops.c | 8 - sys/vfs/nfs/nfsm_subs.c | 728 ++++++++++++++++++++++++++++++++++++++++++++ 15 files changed, 766 insertions(+), 681 deletions(-) create mode 100644 sys/vfs/nfs/nfsm_subs.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e97453f3e38fa7883847b71c7a911843b2ea1113 -- DragonFly BSD source repository
文章代碼(AID): #1AOIpb2p (DFBSD_commit)