aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-09 22:17:59 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-09 22:17:59 +0000
commit4aaf89f49f729d196c6f056e625efcdb5bde737d (patch)
tree5172fc08187d9bb1c5be65cee9074dedfdd50a4e
parentf90c28dd1ee28c29dc0f7bb4d3681f5606843793 (diff)
downloadbusybox-w32-4aaf89f49f729d196c6f056e625efcdb5bde737d.tar.gz
busybox-w32-4aaf89f49f729d196c6f056e625efcdb5bde737d.tar.bz2
busybox-w32-4aaf89f49f729d196c6f056e625efcdb5bde737d.zip
Silence a silly warning
-rw-r--r--nfsmount.h7
-rw-r--r--util-linux/nfsmount.h7
2 files changed, 8 insertions, 6 deletions
diff --git a/nfsmount.h b/nfsmount.h
index 4f39ff2a8..b3d5a51e6 100644
--- a/nfsmount.h
+++ b/nfsmount.h
@@ -1,7 +1,8 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Please do not edit this file. 3 * This file was originally generated using rpcgen.
4 * It was generated using rpcgen. 4 * But now we edit it by hand as needed to make it
5 * shut up...
5 */ 6 */
6 7
7#ifndef _NFSMOUNT_H_RPCGEN 8#ifndef _NFSMOUNT_H_RPCGEN
@@ -218,7 +219,7 @@ extern int mountprog_3_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
218 219
219/* the xdr functions */ 220/* the xdr functions */
220 221
221extern bool_t xdr_fhandle (XDR *, fhandle); 222static bool_t xdr_fhandle (XDR *, fhandle);
222extern bool_t xdr_fhandle3 (XDR *, fhandle3*); 223extern bool_t xdr_fhandle3 (XDR *, fhandle3*);
223extern bool_t xdr_mountstat3 (XDR *, mountstat3*); 224extern bool_t xdr_mountstat3 (XDR *, mountstat3*);
224extern bool_t xdr_fhstatus (XDR *, fhstatus*); 225extern bool_t xdr_fhstatus (XDR *, fhstatus*);
diff --git a/util-linux/nfsmount.h b/util-linux/nfsmount.h
index 4f39ff2a8..b3d5a51e6 100644
--- a/util-linux/nfsmount.h
+++ b/util-linux/nfsmount.h
@@ -1,7 +1,8 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Please do not edit this file. 3 * This file was originally generated using rpcgen.
4 * It was generated using rpcgen. 4 * But now we edit it by hand as needed to make it
5 * shut up...
5 */ 6 */
6 7
7#ifndef _NFSMOUNT_H_RPCGEN 8#ifndef _NFSMOUNT_H_RPCGEN
@@ -218,7 +219,7 @@ extern int mountprog_3_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
218 219
219/* the xdr functions */ 220/* the xdr functions */
220 221
221extern bool_t xdr_fhandle (XDR *, fhandle); 222static bool_t xdr_fhandle (XDR *, fhandle);
222extern bool_t xdr_fhandle3 (XDR *, fhandle3*); 223extern bool_t xdr_fhandle3 (XDR *, fhandle3*);
223extern bool_t xdr_mountstat3 (XDR *, mountstat3*); 224extern bool_t xdr_mountstat3 (XDR *, mountstat3*);
224extern bool_t xdr_fhstatus (XDR *, fhstatus*); 225extern bool_t xdr_fhstatus (XDR *, fhstatus*);