]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/inet_ntop.c
CARP: NDOize
[tcpdump] / missing / inet_ntop.c
index d17d5925737d7a623d4d909f871fe0630a7da463..87ab7bb61535a1856e5e9d6c9de28ed4f9d02213 100644 (file)
  * 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 <tcpdump-stdinc.h>
 
 #include <stdio.h>
@@ -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 */