diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2010-01-14 12:23:15 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2010-01-15 14:55:51 -0500 |
commit | f0d3a4bedccca7cce48296757bc1c8bd59b80828 (patch) | |
tree | b3c2012dcc177962eed5974e6ddc6f7d46e84a0a /utils/statd/sm-notify.c | |
parent | 18c3a41364836e61ceeb8e615e2b059904c5b65f (diff) | |
download | nfs-utils-f0d3a4bedccca7cce48296757bc1c8bd59b80828.tar.gz nfs-utils-f0d3a4bedccca7cce48296757bc1c8bd59b80828.tar.xz nfs-utils-f0d3a4bedccca7cce48296757bc1c8bd59b80828.zip |
nfs-utils: Collect socket address helpers into one location
Introduce generic helpers for managing socket addresses. These are
general enough that they are useful for pretty much any component of
nfs-utils.
We also include the definition of nfs_sockaddr here, so it can be
shared. See:
https://bugzilla.redhat.com/show_bug.cgi?id=448743
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'utils/statd/sm-notify.c')
-rw-r--r-- | utils/statd/sm-notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/statd/sm-notify.c b/utils/statd/sm-notify.c index 8d90d1f..66a52eb 100644 --- a/utils/statd/sm-notify.c +++ b/utils/statd/sm-notify.c @@ -29,6 +29,7 @@ #include <errno.h> #include <grp.h> +#include "sockaddr.h" #include "xlog.h" #include "nsm.h" #include "nfsrpc.h" |