]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strlcat.c
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / missing / strlcat.c
index 1497883ecfe9219d766dc7730ebb2ad4f79e568e..34f1af2d9628168a9669257eb085b052a3f1a1a1 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-
 #ifdef HAVE_CONFIG_H 
 #include <config.h>
 #endif
 
 #include <tcpdump-stdinc.h>
 
+#include <string.h>
 
 #include "interface.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcat.c,v 1.4 2003-11-15 00:39:48 guy Exp $ (LBL)";
-#endif
-
-#include <string.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