]> git.ozlabs.org Git - ccan/commit
nfs: ccanize a little more.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 9 Nov 2010 08:24:45 +0000 (18:54 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 9 Nov 2010 08:24:45 +0000 (18:54 +1030)
commit05cdb20aa2d96ec05edd345aa1b7689aa26db87d
tree42edba754e5b85aad6dddf1e77387cd505b31eeb
parentf91748e6a99dfd3b6565aed4e98e84b4365eb9c2
nfs: ccanize a little more.

rename libnfs.h to nfs.h (CCAN expects "main" header to match module name).
tools move into tools/, .x file move into rpc/
Don't sed the rpcgen files, generate headers in rpc/
Make tools use <ccan/nfs/nfs.h> as per normal ccan usage.
26 files changed:
ccan/nfs/Makefile
ccan/nfs/init.c
ccan/nfs/libnfs-sync.c
ccan/nfs/libnfs.c
ccan/nfs/libnfs.h [deleted file]
ccan/nfs/mount.c
ccan/nfs/mount.x [deleted file]
ccan/nfs/nfs.c
ccan/nfs/nfs.h [new file with mode: 0644]
ccan/nfs/nfs.x [deleted file]
ccan/nfs/nfsacl.c
ccan/nfs/nfsacl.x [deleted file]
ccan/nfs/nfsclient-async.c [deleted file]
ccan/nfs/nfsclient-raw.c [deleted file]
ccan/nfs/nfsclient-sync.c [deleted file]
ccan/nfs/pdu.c
ccan/nfs/portmap.c
ccan/nfs/portmap.x [deleted file]
ccan/nfs/rpc/mount.x [new file with mode: 0644]
ccan/nfs/rpc/nfs.x [new file with mode: 0755]
ccan/nfs/rpc/nfsacl.x [new file with mode: 0644]
ccan/nfs/rpc/portmap.x [new file with mode: 0644]
ccan/nfs/socket.c
ccan/nfs/tools/nfsclient-async.c [new file with mode: 0644]
ccan/nfs/tools/nfsclient-raw.c [new file with mode: 0644]
ccan/nfs/tools/nfsclient-sync.c [new file with mode: 0644]