]> git.ozlabs.org Git - ccan/commit - ccan/nfs/nfs.c
nfs: initial import.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 9 Nov 2010 08:04:21 +0000 (18:34 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 9 Nov 2010 08:04:21 +0000 (18:34 +1030)
commitf91748e6a99dfd3b6565aed4e98e84b4365eb9c2
treeb286025e9946042bad8cc5e3967f78e15e172300
parentb581c2380721e6bd2079a80adcb28b0ed0f3552c
nfs: initial import.

Another Ronnie module!
21 files changed:
ccan/nfs/Makefile [new file with mode: 0644]
ccan/nfs/dlinklist.h [new file with mode: 0644]
ccan/nfs/init.c [new file with mode: 0644]
ccan/nfs/libnfs-private.h [new file with mode: 0644]
ccan/nfs/libnfs-raw.h [new file with mode: 0644]
ccan/nfs/libnfs-sync.c [new file with mode: 0644]
ccan/nfs/libnfs.c [new file with mode: 0644]
ccan/nfs/libnfs.h [new file with mode: 0644]
ccan/nfs/mount.c [new file with mode: 0644]
ccan/nfs/mount.x [new file with mode: 0644]
ccan/nfs/nfs.c [new file with mode: 0644]
ccan/nfs/nfs.x [new file with mode: 0755]
ccan/nfs/nfsacl.c [new file with mode: 0644]
ccan/nfs/nfsacl.x [new file with mode: 0644]
ccan/nfs/nfsclient-async.c [new file with mode: 0644]
ccan/nfs/nfsclient-raw.c [new file with mode: 0644]
ccan/nfs/nfsclient-sync.c [new file with mode: 0644]
ccan/nfs/pdu.c [new file with mode: 0644]
ccan/nfs/portmap.c [new file with mode: 0644]
ccan/nfs/portmap.x [new file with mode: 0644]
ccan/nfs/socket.c [new file with mode: 0644]