From 81b9e8855e523dbef4294e04d7598d296b2dd526 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 15 Sep 2004 19:01:28 +0000 Subject: unused variables --- src/lib/libc/net/inet_net_ntop.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/net/inet_net_ntop.c') 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 @@ -/* $OpenBSD: inet_net_ntop.c,v 1.3 2002/08/19 03:01:54 itojun Exp $ */ +/* $OpenBSD: inet_net_ntop.c,v 1.4 2004/09/15 19:01:28 deraadt Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. @@ -21,7 +21,7 @@ #if 0 static const char rcsid[] = "$From: inet_net_ntop.c,v 8.2 1996/08/08 06:54:44 vixie Exp $"; #else -static const char rcsid[] = "$OpenBSD: inet_net_ntop.c,v 1.3 2002/08/19 03:01:54 itojun Exp $"; +static const char rcsid[] = "$OpenBSD: inet_net_ntop.c,v 1.4 2004/09/15 19:01:28 deraadt Exp $"; #endif #endif @@ -85,7 +85,6 @@ inet_net_ntop_ipv4(src, bits, dst, size) size_t size; { char *odst = dst; - char *t; u_int m; int b; char *ep; -- cgit v1.2.3-55-g6feb