summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs/bootp_subr.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 15:45:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 15:45:15 +0000
commita238cc97d0d0a865a26cec223b86960cca878127 (patch)
tree5d7fbd7af87b82671d228e1cd60adb58dde9fa63 /cpukit/libnetworking/nfs/bootp_subr.c
parentPatch from D. V. Henkel-Wallace <gumby@zembu.com>: (diff)
downloadrtems-a238cc97d0d0a865a26cec223b86960cca878127.tar.bz2
Patch from D. V. Henkel-Wallace <gumby@zembu.com> to remove compiler
warnings.
Diffstat (limited to 'cpukit/libnetworking/nfs/bootp_subr.c')
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c
index f6831eed71..b39c9e4714 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -113,8 +113,8 @@ static int md_lookup_swap __P((struct sockaddr_in *mdsin,char *path,
struct nfs_args *args,
struct proc *procp));
static int setfs __P((struct sockaddr_in *addr, char *path, char *p));
-#endif
static int getdec __P((char **ptr));
+#endif
static char *substr __P((char *a,char *b));
#if !defined(__rtems__)
static void mountopts __P((struct nfs_args *args, char *p));