X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/4d98413d6c4f814e0280c0602ff2e4f58455d7a3..938056a4b69c1bafaa663cd7336c28fbb66c6178:/missing/strlcat.c diff --git a/missing/strlcat.c b/missing/strlcat.c index 89878df0..40549354 100644 --- a/missing/strlcat.c +++ b/missing/strlcat.c @@ -28,19 +28,16 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcat.c,v 1.3 2002-08-02 04:38:12 guy Exp $ (LBL)"; -#endif - -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include #endif -#include +#include #include +#include "netdissect.h" + /* * Appends src to string dst of size siz (unlike strncat, siz is the * full size of dst, not space left). At most siz-1 characters