summaryrefslogtreecommitdiffstats
path: root/missing/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strlcat.c')
-rw-r--r--missing/strlcat.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/missing/strlcat.c b/missing/strlcat.c
index a3d3fac..34f1af2 100644
--- a/missing/strlcat.c
+++ b/missing/strlcat.c
@@ -28,11 +28,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcat.c,v 1.5 2003-11-16 09:36:51 guy Exp $ (LBL)";
-#endif
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -41,6 +36,8 @@ static const char rcsid[] _U_ =
#include <string.h>
+#include "interface.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
OpenPOWER on IntegriCloud