diff options
| author | Steve Dickson <steved@redhat.com> | 2009-08-05 15:47:05 -0400 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2009-08-16 16:52:33 -0400 |
| commit | 1a9010602442f466d700fbc4d64fe82ac69b1dd3 (patch) | |
| tree | 12788e208671a485433cf01183b23477e43f3fac /utils/idmapd/idmapd.c | |
| parent | b7a68e47bb869f3c4895a176018c4ee054214fc2 (diff) | |
| download | nfs-utils-1a9010602442f466d700fbc4d64fe82ac69b1dd3.tar.gz nfs-utils-1a9010602442f466d700fbc4d64fe82ac69b1dd3.tar.xz nfs-utils-1a9010602442f466d700fbc4d64fe82ac69b1dd3.zip | |
Move idmapd's configuration file parsing routines into
the shared libnfs.a library, making them available to\
other daemons and programs.
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/idmapd/idmapd.c')
| -rw-r--r-- | utils/idmapd/idmapd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/idmapd/idmapd.c b/utils/idmapd/idmapd.c index 9cbe96c..65a6a2a 100644 --- a/utils/idmapd/idmapd.c +++ b/utils/idmapd/idmapd.c @@ -66,7 +66,7 @@ #endif /* HAVE_CONFIG_H */ #include "xlog.h" -#include "cfg.h" +#include "conffile.h" #include "queue.h" #include "nfslib.h" @@ -156,7 +156,7 @@ static char *nobodyuser, *nobodygroup; static uid_t nobodyuid; static gid_t nobodygid; -/* Used by cfg.c */ +/* Used by conffile.c in libnfs.a */ char *conf_path; static int |
