You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libdnet/files/libdnet-1.14-strlcpy.patch

11 lines
233 B

--- a/python/dnet.c
+++ b/python/dnet.c
@@ -22,6 +22,7 @@
#endif
__PYX_EXTERN_C double pow(double, double);
#include "dnet.h"
+#include "config.h"
typedef struct {const char *s; const void **p;} __Pyx_CApiTabEntry; /*proto*/