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/snprintf.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/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> |