From 58159be647567b81e04e07f3ad136f3b4970487d Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 3 Mar 2003 00:56:31 +0000 Subject: Get rid of the include of , as that's a BSDism, and put in a standard tcpdump RCS ID. --- missing/strsep.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'missing') diff --git a/missing/strsep.c b/missing/strsep.c index ddad5964..d384cc14 100644 --- a/missing/strsep.c +++ b/missing/strsep.c @@ -31,14 +31,14 @@ * SUCH DAMAGE. */ -#include -#include -#include - #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; +static const char rcsid[] = + "@(#) $Header: /tcpdump/master/tcpdump/missing/strsep.c,v 1.2 2003-03-03 00:56:31 guy Exp $ (LBL)"; #endif /* LIBC_SCCS and not lint */ +#include +#include + /* * Get next token from string *stringp, where tokens are possibly-empty * strings separated by characters from delim. -- cgit v1.2.1