summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/map_v4v6.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/map_v4v6.c')
-rw-r--r--cpukit/libnetworking/libc/map_v4v6.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libnetworking/libc/map_v4v6.c b/cpukit/libnetworking/libc/map_v4v6.c
index 723b925d32..edf2a07905 100644
--- a/cpukit/libnetworking/libc/map_v4v6.c
+++ b/cpukit/libnetworking/libc/map_v4v6.c
@@ -96,10 +96,10 @@ _map_v4v6_address(const char *src, char *dst)
}
void
-_map_v4v6_hostent(hp, bpp, lenp)
- struct hostent *hp;
- char **bpp;
- int *lenp;
+_map_v4v6_hostent(
+ struct hostent *hp,
+ char **bpp,
+ int *lenp)
{
char **ap;