]> git.decadent.org.uk Git - nfs-utils.git/commit - utils/mount/stropts.c
Recently #include directives for autoconf's config.h file were added in
authorChuck Lever <chuck.lever@oracle.com>
Tue, 11 Mar 2008 17:11:50 +0000 (13:11 -0400)
committerSteve Dickson <steved@dickson.boston.devel.redhat.com>
Tue, 11 Mar 2008 17:11:50 +0000 (13:11 -0400)
commitab26cd622e1a5ef22be2df1f3176158b1505df30
treeee919fbd34a3e12763daf49be164db7c8c008a71
parent9c1e19f1c6ba13e08c51c21db6f21ef1e203b37c
Recently #include directives for autoconf's config.h file were added in
utils/mount/error.c and utils/mount/mount.c, but appropriate HAVE_CONFIG_H
checks were not added at the same time.

In addition, several other .c files under utils/mount reference
autoconf-generated HAVE_ macros, but don't appear to include config.h

Also, Heinz-Ado Arnolds <arnolds@MPA-Garching.MPG.DE> reports that this
patch is needed to ensure START_STATD is properly defined in
utils/mount/network.c.  Otherwise start_statd() is always a no-op, even if
the configure script defines an appropriate statd start-up script.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Cc: Heinz-Ado Arnolds <arnolds@MPA-Garching.MPG.DE>
Signed-off-by: Steve Dickson <steved@dickson.boston.devel.redhat.com>
utils/mount/error.c
utils/mount/mount.c
utils/mount/network.c
utils/mount/nfs4mount.c
utils/mount/nfsmount.c
utils/mount/stropts.c