]> git.decadent.org.uk Git - nfs-utils.git/commit - utils/idmapd/Makefile.am
nfs-utils: Move common code into support
authorSteve Dickson <steved@redhat.com>
Wed, 13 Oct 2010 14:09:53 +0000 (10:09 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 13 Oct 2010 14:26:09 +0000 (10:26 -0400)
commitc117b7a1f29db65d139824ba5bab2a58bf5609e2
tree717b77e3279911c625ad59d4c7269c8258d86560
parent8c217b9623c8304608196aeb2f7360abfdf987c8
nfs-utils: Move common code into support

There are several source files and headers present in the ./utils/idmapd
directory which are also usable in a doimapd daemon. Because of this we
move that support into the support directory such that it can be shared by
both daemons.

Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
support/include/nfslib.h
support/nfs/Makefile.am
support/nfs/atomicio.c [new file with mode: 0644]
support/nfs/strlcat.c [new file with mode: 0644]
support/nfs/strlcpy.c [new file with mode: 0644]
utils/idmapd/Makefile.am
utils/idmapd/atomicio.c [deleted file]
utils/idmapd/idmapd.c
utils/idmapd/strlcat.c [deleted file]
utils/idmapd/strlcpy.c [deleted file]