NFS - create nfsm_subs.c, clean up externs
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 16 Jul 2009 15:19:14 +0000 (08:19 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 16 Jul 2009 15:19:14 +0000 (08:19 -0700)
commite97453f3e38fa7883847b71c7a911843b2ea1113
tree7f81712d568da7950afc663d75ed76bf2c260e9f
parent0ac76b3d86257296bc463db45edfb2a1f78202cc
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.
15 files changed:
sys/conf/files
sys/vfs/nfs/Makefile
sys/vfs/nfs/bootp_subr.c
sys/vfs/nfs/nfs.h
sys/vfs/nfs/nfs_bio.c
sys/vfs/nfs/nfs_mountrpc.c
sys/vfs/nfs/nfs_node.c
sys/vfs/nfs/nfs_serv.c
sys/vfs/nfs/nfs_socket.c
sys/vfs/nfs/nfs_srvcache.c
sys/vfs/nfs/nfs_subs.c
sys/vfs/nfs/nfs_syscalls.c
sys/vfs/nfs/nfs_vfsops.c
sys/vfs/nfs/nfs_vnops.c
sys/vfs/nfs/nfsm_subs.c [new file with mode: 0644]