summaryrefslogtreecommitdiff
path: root/contrib/tcpdump/missing/snprintf.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-01-07 19:55:18 +0000
committerXin LI <delphij@FreeBSD.org>2015-01-07 19:55:18 +0000
commit3c602fabf9b894ff79f08a80cbb7ad3b1eb84e62 (patch)
treee268839e08c106e178b33bd461d8d0a9c6fb5ad9 /contrib/tcpdump/missing/snprintf.c
parent61b3223976cc010f61cd50773dd8b9e06d123d9a (diff)
parente91eac244982a8728f370000c353b16e18174ec9 (diff)
Notes
Diffstat (limited to 'contrib/tcpdump/missing/snprintf.c')
-rw-r--r--contrib/tcpdump/missing/snprintf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/tcpdump/missing/snprintf.c b/contrib/tcpdump/missing/snprintf.c
index 79329977bf9b..21d235d217f2 100644
--- a/contrib/tcpdump/missing/snprintf.c
+++ b/contrib/tcpdump/missing/snprintf.c
@@ -31,17 +31,10 @@
* SUCH DAMAGE.
*/
-/* $Id: snprintf.c,v 1.8 2003-11-16 09:36:51 guy Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.8 2003-11-16 09:36:51 guy Exp $";
-#endif
-
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>