commit b329b584f72a7078c59d71afd238099e7e9b4dfa Author: Steve Dickson <steved@xxxxxxxxxx> Date: Mon Mar 9 15:39:07 2009 -0400 General clean up Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> diff --git a/support/nfs/conffile.c b/support/nfs/conffile.c index a362700..f5e0f79 100644 --- a/support/nfs/conffile.c +++ b/support/nfs/conffile.c @@ -517,7 +517,7 @@ cleanup: } struct conf_list * -conf_get_tag_list (char *section) +conf_get_tag_list(char *section) { struct conf_list *list = 0; struct conf_list_node *node; diff --git a/utils/idmapd/idmapd.c b/utils/idmapd/idmapd.c index c769b9c..28d87c4 100644 --- a/utils/idmapd/idmapd.c +++ b/utils/idmapd/idmapd.c @@ -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 diff --git a/utils/mount/configfile.c b/utils/mount/configfile.c index 722eaba..d1dd1bf 100644 --- a/utils/mount/configfile.c +++ b/utils/mount/configfile.c @@ -1,6 +1,6 @@ /* * configfile.c -- mount configuration file manipulation - * Copyright (C) 2008 Red Hat <nfs-team@xxxxxxxxxx> + * Copyright (C) 2008 Red Hat <nfs@xxxxxxxxxx> * * - Routines use to create mount options from the mount * configuration file. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html