diff options
author | deraadt <> | 2004-09-15 19:01:28 +0000 |
---|---|---|
committer | deraadt <> | 2004-09-15 19:01:28 +0000 |
commit | 81b9e8855e523dbef4294e04d7598d296b2dd526 (patch) | |
tree | aeeee8499784703da87c263e2170115f1a749090 /src/lib/libc/net/inet_net_ntop.c | |
parent | 559a25f1804be6b78969e97f21a73877f0cdf453 (diff) | |
download | openbsd-81b9e8855e523dbef4294e04d7598d296b2dd526.tar.gz openbsd-81b9e8855e523dbef4294e04d7598d296b2dd526.tar.bz2 openbsd-81b9e8855e523dbef4294e04d7598d296b2dd526.zip |
unused variables
Diffstat (limited to 'src/lib/libc/net/inet_net_ntop.c')
-rw-r--r-- | src/lib/libc/net/inet_net_ntop.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet_net_ntop.c b/src/lib/libc/net/inet_net_ntop.c index 18eea6bb6d..2b7de0cec3 100644 --- a/src/lib/libc/net/inet_net_ntop.c +++ b/src/lib/libc/net/inet_net_ntop.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: inet_net_ntop.c,v 1.3 2002/08/19 03:01:54 itojun Exp $ */ | 1 | /* $OpenBSD: inet_net_ntop.c,v 1.4 2004/09/15 19:01:28 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1996 by Internet Software Consortium. | 4 | * Copyright (c) 1996 by Internet Software Consortium. |
@@ -21,7 +21,7 @@ | |||
21 | #if 0 | 21 | #if 0 |
22 | static const char rcsid[] = "$From: inet_net_ntop.c,v 8.2 1996/08/08 06:54:44 vixie Exp $"; | 22 | static const char rcsid[] = "$From: inet_net_ntop.c,v 8.2 1996/08/08 06:54:44 vixie Exp $"; |
23 | #else | 23 | #else |
24 | static const char rcsid[] = "$OpenBSD: inet_net_ntop.c,v 1.3 2002/08/19 03:01:54 itojun Exp $"; | 24 | static const char rcsid[] = "$OpenBSD: inet_net_ntop.c,v 1.4 2004/09/15 19:01:28 deraadt Exp $"; |
25 | #endif | 25 | #endif |
26 | #endif | 26 | #endif |
27 | 27 | ||
@@ -85,7 +85,6 @@ inet_net_ntop_ipv4(src, bits, dst, size) | |||
85 | size_t size; | 85 | size_t size; |
86 | { | 86 | { |
87 | char *odst = dst; | 87 | char *odst = dst; |
88 | char *t; | ||
89 | u_int m; | 88 | u_int m; |
90 | int b; | 89 | int b; |
91 | char *ep; | 90 | char *ep; |