From b7be31258d8ce42b03318aee90a44c8526f7b319 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 5 Apr 2004 22:43:50 +0000 Subject: [PATCH] Move "snprintf.c" to the "missing" directory, as that's where "Makefile.in" expects it to be (tcpdump puts "snprintf.c" and the like into a "missing" subdirectory). --- FILES | 2 +- INSTALL.txt | 4 ++-- snprintf.c => missing/snprintf.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename snprintf.c => missing/snprintf.c (98%) diff --git a/FILES b/FILES index a636252..0ba6919 100644 --- a/FILES +++ b/FILES @@ -48,6 +48,7 @@ lbl/os-solaris2.h lbl/os-sunos4.h lbl/os-ultrix4.h llc.h +missing/snprintf.c mkdep nametoaddr.c nlpid.h @@ -81,7 +82,6 @@ rawss7.h savefile.c scanner.l sll.h -snprintf.c sunatmpos.h Win32/Include/Gnuc.h Win32/Include/addrinfo.h diff --git a/INSTALL.txt b/INSTALL.txt index c859407..f54d30c 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.9 2003-12-15 02:04:14 guy Exp $ (LBL) +@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.10 2004-04-05 22:43:50 guy Exp $ (LBL) To build libpcap, run "./configure" (a shell script). The configure script will determine your system attributes and generate an @@ -336,6 +336,7 @@ inet.c - network routines install-sh - BSD style install script lbl/os-*.h - OS-dependent defines and prototypes llc.h - 802.2 LLC SAP definitions +missing/* - replacements for missing library functions mkdep - construct Makefile dependency list nametoaddr.c - hostname to address routines nlpid.h - OSI network layer protocol identifier definitions @@ -369,6 +370,5 @@ rawss7.h - information on DLT_ types for SS7 savefile.c - offline support scanner.l - filter string scanner sll.h - definitions for Linux cooked mode fake link-layer header -snprintf.c - snprintf and vsnprintf for platforms that lack them sunatmpos.h - definitions for SunATM capturing Win32 - headers and routines for building on Win32 systems diff --git a/snprintf.c b/missing/snprintf.c similarity index 98% rename from snprintf.c rename to missing/snprintf.c index e542ad8..8991f24 100644 --- a/snprintf.c +++ b/missing/snprintf.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: snprintf.c,v 1.1 2003-12-15 01:35:05 guy Exp $ */ +/* $Id: snprintf.c,v 1.1 2004-04-05 22:43:51 guy Exp $ */ #ifdef HAVE_CONFIG_H #include @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/Attic/snprintf.c,v 1.1 2003-12-15 01:35:05 guy Exp $"; + "@(#) $Header: /tcpdump/master/libpcap/missing/snprintf.c,v 1.1 2004-04-05 22:43:51 guy Exp $"; #endif #include