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 | cbc6e26dd5d6740368f56495e5392bbe9fb7dbae (patch) | |
tree | aae9abb8cff09dca88945e8a6b6bf1fe5bf6e9ee /contrib/tcpdump/missing/snprintf.c | |
parent | 88a191f109e4bbf287e317e4115185aa904a7757 (diff) | |
download | FreeBSD-src-cbc6e26dd5d6740368f56495e5392bbe9fb7dbae.zip FreeBSD-src-cbc6e26dd5d6740368f56495e5392bbe9fb7dbae.tar.gz |
Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.org
Diffstat (limited to 'contrib/tcpdump/missing/snprintf.c')
-rw-r--r-- | contrib/tcpdump/missing/snprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcpdump/missing/snprintf.c b/contrib/tcpdump/missing/snprintf.c index c569bb8..4f2bb32 100644 --- a/contrib/tcpdump/missing/snprintf.c +++ b/contrib/tcpdump/missing/snprintf.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: snprintf.c,v 1.6.2.2 2003/11/16 08:52:02 guy Exp $ */ +/* $Id: snprintf.c,v 1.8 2003/11/16 09:36:51 guy Exp $ */ #ifdef HAVE_CONFIG_H #include <config.h> @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.6.2.2 2003/11/16 08:52:02 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.8 2003/11/16 09:36:51 guy Exp $"; #endif #include <stdio.h> |