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/net-vpn/pptpd/files/pptpd-1.4.0-c99.patch

17 lines
343 B

https://bugs.gentoo.org/920775
https://bugs.gentoo.org/927333
https://sourceforge.net/p/poptop/bugs/54/
--- a/compat.c
+++ b/compat.c
@@ -10,9 +10,9 @@
#include "compat.h"
#include "our_syslog.h"
+#include <string.h>
#ifndef HAVE_STRLCPY
-#include <string.h>
#include <stdio.h>
void strlcpy(char *dst, const char *src, size_t size)