summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-16 14:20:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-16 14:20:51 +0000
commit4e6948474c19e4efe69b6ec73046e9d039780580 (patch)
tree0101dc7d3d08f01aac93c8e4cd90d204e046fa98 /cpukit/libnetworking/nfs
parent2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4e6948474c19e4efe69b6ec73046e9d039780580.tar.bz2
Cosmetics
Diffstat (limited to 'cpukit/libnetworking/nfs')
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c
index 77e133a36f..3ad2a38ac1 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -635,10 +635,8 @@ bootpc_adjust_interface(struct ifreq *ireq,struct socket *so,
}
#if !defined(__rtems__)
-static int setfs(addr, path, p)
- struct sockaddr_in *addr;
- char *path;
- char *p;
+static int
+setfs(struct sockaddr_in *addr, char *path, char *p)
{
unsigned ip = 0;
int val;
@@ -670,8 +668,8 @@ static int setfs(addr, path, p)
#endif
#if !defined(__rtems__)
-static int getdec(ptr)
- char **ptr;
+static int
+getdec(char **ptr)
{
char *p = *ptr;
int ret=0;
@@ -686,8 +684,8 @@ static int getdec(ptr)
#endif
#if !defined(__rtems__)
-static char *substr(a,b)
- char *a,*b;
+static char *
+substr(char *a, char *b)
{
char *loc1;
char *loc2;