Skip to content

Commit

Permalink
Move "snprintf.c" to the "missing" directory, as that's where
Browse files Browse the repository at this point in the history
"Makefile.in" expects it to be (tcpdump puts "snprintf.c" and the like
into a "missing" subdirectory).
  • Loading branch information
yuguy committed Apr 5, 2004
1 parent febe5a1 commit b7be312
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FILES
Expand Up @@ -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
Expand Down Expand Up @@ -81,7 +82,6 @@ rawss7.h
savefile.c
scanner.l
sll.h
snprintf.c
sunatmpos.h
Win32/Include/Gnuc.h
Win32/Include/addrinfo.h
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions snprintf.c → missing/snprintf.c
Expand Up @@ -31,15 +31,15 @@
* 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 <config.h>
#endif

#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 <stdio.h>
Expand Down

0 comments on commit b7be312

Please sign in to comment.