diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2009-03-21 16:23:46 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2009-03-21 16:23:46 +0000 |
commit | 10d55b9ccc041d249d91faedc3bd1139626bf444 (patch) | |
tree | f2a455fa35943d2b7d4901bf95ac5bf39229115c /missing/inet_ntop.c | |
parent | 04b1d6babecbe3eed463c150b6e933a2b6d342a9 (diff) | |
download | FreeBSD-src-10d55b9ccc041d249d91faedc3bd1139626bf444.zip FreeBSD-src-10d55b9ccc041d249d91faedc3bd1139626bf444.tar.gz |
Import tcpdump 4.0.0.
Diffstat (limited to 'missing/inet_ntop.c')
-rw-r--r-- | missing/inet_ntop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/missing/inet_ntop.c b/missing/inet_ntop.c index 8bbbad6..d17d592 100644 --- a/missing/inet_ntop.c +++ b/missing/inet_ntop.c @@ -36,11 +36,11 @@ * SUCH DAMAGE. */ -/* $Id: inet_ntop.c,v 1.8 2005/02/09 02:25:46 guy Exp $ */ +/* $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 $"; + "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.8 2005-02-09 02:25:46 guy Exp $"; #endif #include <tcpdump-stdinc.h> |