X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/273460ed8819ec1434ef26ff54d931fe284cb8ce..a3d09832c69a1b261d0e1f1fc61d4b14ddd5f4a4:/missing/inet_ntop.c diff --git a/missing/inet_ntop.c b/missing/inet_ntop.c index d17d5925..87ab7bb6 100644 --- a/missing/inet_ntop.c +++ b/missing/inet_ntop.c @@ -36,13 +36,6 @@ * SUCH DAMAGE. */ -/* $Id: inet_ntop.c,v 1.8 2005-02-09 02:25:46 guy Exp $ */ - -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.8 2005-02-09 02:25:46 guy Exp $"; -#endif - #include #include @@ -197,7 +190,6 @@ inet_ntop_v6 (const u_char *src, char *dst, size_t size) return (NULL); } return strcpy (dst, tmp); - return (NULL); } #endif /* INET6 */