]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strlcpy.c
We don't use missing/sockstorage.h, so get rid of it.
[tcpdump] / missing / strlcpy.c
index dec09fe70563e77a53d36150e1ded6300bd84dbe..5f3f31e955d850f1175fc8c3abd4f13909a9a5f8 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-
 #ifdef HAVE_CONFIG_H 
 #include <config.h>
 #endif
 
 #include <tcpdump-stdinc.h>
 
-
-#include "interface.h"
-
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.4 2003-11-15 00:39:48 guy Exp $ (LBL)";
-#endif
-
 #include <string.h>
 
 /*