diff options
author | sam <sam@FreeBSD.org> | 2005-05-29 18:24:21 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2005-05-29 18:24:21 +0000 |
commit | d9db21b8bcec89e09ac680f84c6d7d0ca014d6df (patch) | |
tree | 6468d677d71d129c4b69bd0bf807ed88163d71dc /contrib/tcpdump/missing/inet_aton.c | |
parent | 777fc78fe5d7142db2a7e4b9fc3ad2f082e02446 (diff) | |
parent | cbc6e26dd5d6740368f56495e5392bbe9fb7dbae (diff) | |
download | FreeBSD-src-d9db21b8bcec89e09ac680f84c6d7d0ca014d6df.zip FreeBSD-src-d9db21b8bcec89e09ac680f84c6d7d0ca014d6df.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r146775,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/tcpdump/missing/inet_aton.c')
-rw-r--r-- | contrib/tcpdump/missing/inet_aton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcpdump/missing/inet_aton.c b/contrib/tcpdump/missing/inet_aton.c index b12c105..a4b2eeb 100644 --- a/contrib/tcpdump/missing/inet_aton.c +++ b/contrib/tcpdump/missing/inet_aton.c @@ -36,11 +36,11 @@ * SUCH DAMAGE. */ -/* $Id: inet_aton.c,v 1.4.2.2 2003/11/16 08:52:01 guy Exp $ */ +/* $Id: inet_aton.c,v 1.6 2003/11/16 09:36:49 guy Exp $ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_aton.c,v 1.4.2.2 2003/11/16 08:52:01 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_aton.c,v 1.6 2003/11/16 09:36:49 guy Exp $"; #endif #include <tcpdump-stdinc.h> |