]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strlcpy.c
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / missing / strlcpy.c
index 793605d162a67997f8a6d276ee8951b7b1562a67..b0671ebd311b648e160dc5e4293879e39ee58b13 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.3 2002-08-02 04:38:13 guy Exp $ (LBL)";
-#endif
-
 #ifdef HAVE_CONFIG_H 
 #include <config.h>
 #endif
@@ -41,6 +36,8 @@ static const char rcsid[] =
 
 #include <string.h>
 
+#include "interface.h"
+
 /*
  * Copy src to string dst of size siz.  At most siz-1 characters
  * will be copied.  Always NUL terminates (unless siz == 0).