summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-02-28 03:07:35 +0000
committerpeter <peter@FreeBSD.org>2002-02-28 03:07:35 +0000
commit0535cd31ee937a1b061f68769b039652136634cb (patch)
treefc9caab6f92082636777e93202a93015cabaad00 /sys/nfsclient
parent821d20af411cb7f718738e0437d7c1c7f2574aa6 (diff)
downloadFreeBSD-src-0535cd31ee937a1b061f68769b039652136634cb.zip
FreeBSD-src-0535cd31ee937a1b061f68769b039652136634cb.tar.gz
Fix warnings.. bootpc_init() and related.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/bootp_subr.c2
-rw-r--r--sys/nfsclient/nfsdiskless.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index 3bae16a..27a5877 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -262,8 +262,6 @@ static __inline int bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx);
static __inline int bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx);
static __inline int bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx);
-void bootpc_init(void);
-
/*
* In order to have multiple active interfaces with address 0.0.0.0
* and be able to send data to a selected interface, we perform
diff --git a/sys/nfsclient/nfsdiskless.h b/sys/nfsclient/nfsdiskless.h
index 9b74d5c..1c7a694 100644
--- a/sys/nfsclient/nfsdiskless.h
+++ b/sys/nfsclient/nfsdiskless.h
@@ -124,6 +124,7 @@ struct nfs_diskless {
extern struct nfsv3_diskless nfsv3_diskless;
extern struct nfs_diskless nfs_diskless;
extern int nfs_diskless_valid;
+void bootpc_init(void);
#endif
#endif
OpenPOWER on IntegriCloud