]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/inet_pton.c
document SIGUSR1 in manual page
[tcpdump] / missing / inet_pton.c
index 7608e7be68c103518ea19882dbe73c8978ae4025..3466f42b7cb54a001b99a4fde525ebe7a926dd84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999 Kungliga Tekniska Högskolan
+ * Copyright (c) 1999 Kungliga Tekniska Hgskolan
  * (Royal Institute of Technology, Stockholm, Sweden).
  * All rights reserved.
  *
@@ -17,7 +17,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *      This product includes software developed by the Kungliga Tekniska
- *      Högskolan and its contributors.
+ *      Hgskolan and its contributors.
  *
  * 4. Neither the name of the Institute nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  * SUCH DAMAGE.
  */
 
-/* $Id: inet_pton.c,v 1.4 2002-08-01 08:53:40 risso Exp $ */
-
-#ifndef lint
-static const char rcsid[] =
-     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_pton.c,v 1.4 2002-08-01 08:53:40 risso Exp $";
-#endif
-
 #include <tcpdump-stdinc.h>
 
-#include <errno.h>
-
 int
 inet_pton(int af, const char *src, void *dst)
 {