Files
pkgsrc-ng/net/tcpreplay/patches/patch-src_defines.h.in
2014-11-05 12:41:07 +01:00

15 lines
311 B
C

$NetBSD: patch-src_defines.h.in,v 1.1 2013/10/31 02:25:17 minskim Exp $
--- src/defines.h.in.orig 2010-04-05 00:58:02.000000000 +0000
+++ src/defines.h.in
@@ -26,7 +26,9 @@
#include "@LPCAPINC@"
+#ifndef HAVE_STRLCPY
#include "lib/strlcpy.h"
+#endif
#include "common/list.h"
#include "common/cidr.h"