diff options
author | Eric Andersen | 2001-03-09 22:17:59 +0000 |
---|---|---|
committer | Eric Andersen | 2001-03-09 22:17:59 +0000 |
commit | 4aaf89f49f729d196c6f056e625efcdb5bde737d (patch) | |
tree | 5172fc08187d9bb1c5be65cee9074dedfdd50a4e | |
parent | f90c28dd1ee28c29dc0f7bb4d3681f5606843793 (diff) | |
download | busybox-4aaf89f49f729d196c6f056e625efcdb5bde737d.zip busybox-4aaf89f49f729d196c6f056e625efcdb5bde737d.tar.gz |
Silence a silly warning
-rw-r--r-- | nfsmount.h | 7 | ||||
-rw-r--r-- | util-linux/nfsmount.h | 7 |
2 files changed, 8 insertions, 6 deletions
@@ -1,7 +1,8 @@ /* vi: set sw=4 ts=4: */ /* - * Please do not edit this file. - * It was generated using rpcgen. + * This file was originally generated using rpcgen. + * But now we edit it by hand as needed to make it + * shut up... */ #ifndef _NFSMOUNT_H_RPCGEN @@ -218,7 +219,7 @@ extern int mountprog_3_freeresult (SVCXPRT *, xdrproc_t, caddr_t); /* the xdr functions */ -extern bool_t xdr_fhandle (XDR *, fhandle); +static bool_t xdr_fhandle (XDR *, fhandle); extern bool_t xdr_fhandle3 (XDR *, fhandle3*); extern bool_t xdr_mountstat3 (XDR *, mountstat3*); extern bool_t xdr_fhstatus (XDR *, fhstatus*); diff --git a/util-linux/nfsmount.h b/util-linux/nfsmount.h index 4f39ff2..b3d5a51 100644 --- a/util-linux/nfsmount.h +++ b/util-linux/nfsmount.h @@ -1,7 +1,8 @@ /* vi: set sw=4 ts=4: */ /* - * Please do not edit this file. - * It was generated using rpcgen. + * This file was originally generated using rpcgen. + * But now we edit it by hand as needed to make it + * shut up... */ #ifndef _NFSMOUNT_H_RPCGEN @@ -218,7 +219,7 @@ extern int mountprog_3_freeresult (SVCXPRT *, xdrproc_t, caddr_t); /* the xdr functions */ -extern bool_t xdr_fhandle (XDR *, fhandle); +static bool_t xdr_fhandle (XDR *, fhandle); extern bool_t xdr_fhandle3 (XDR *, fhandle3*); extern bool_t xdr_mountstat3 (XDR *, mountstat3*); extern bool_t xdr_fhstatus (XDR *, fhstatus*); |