diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-24 16:48:53 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-24 16:48:53 +0000 |
| commit | da2e20777e0ececf7eef67b5af8a90ebec24029b (patch) | |
| tree | 0db8a1d5dfb753303225aa9ab1de03cdfbe7731c /lib/libipx | |
| parent | 1916772e6fd66a6b37fc423e6740bdb7b77dd8d2 (diff) | |
Notes
Diffstat (limited to 'lib/libipx')
| -rw-r--r-- | lib/libipx/ipx_ntoa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libipx/ipx_ntoa.c b/lib/libipx/ipx_ntoa.c index d27a121553f49..0864bde8a7c6f 100644 --- a/lib/libipx/ipx_ntoa.c +++ b/lib/libipx/ipx_ntoa.c @@ -43,6 +43,8 @@ static char sccsid[] = "@(#)ipx_ntoa.c"; #include <netipx/ipx.h> #include <stdio.h> +static char *spectHex(char *); + char * ipx_ntoa(addr) struct ipx_addr addr; @@ -54,7 +56,6 @@ ipx_ntoa(addr) char *cp2; u_char *up = addr.x_host.c_host; u_char *uplim = up + 6; - static char *spectHex(); net.net_e = addr.x_net; sprintf(obuf, "%lx", (u_long)ntohl(net.long_e)); |
