X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..a890c4489fa1bcee9f455ee28d772bb1ccf590bf:/missing/inet_pton.c diff --git a/missing/inet_pton.c b/missing/inet_pton.c index 5d35bc80..3466f42b 100644 --- a/missing/inet_pton.c +++ b/missing/inet_pton.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Kungliga Tekniska Högskolan + * Copyright (c) 1999 Kungliga Tekniska H�gskolan * (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. + * H�gskolan 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 @@ -36,21 +36,8 @@ * SUCH DAMAGE. */ -/* $Id: inet_pton.c,v 1.5 2003-11-15 00:39:48 guy Exp $ */ - - #include - -#include "interface.h" - -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_pton.c,v 1.5 2003-11-15 00:39:48 guy Exp $"; -#endif - -#include - int inet_pton(int af, const char *src, void *dst) {