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/sys-devel/distcc/files/distcc-3.0-fix-fortify.patch

12 lines
313 B

diff -ru a/src/snprintf.h b/src/snprintf.h
--- a/src/snprintf.h 2008-08-06 15:52:06.000000000 -0500
+++ b/src/snprintf.h 2009-01-04 15:19:22.000000000 -0600
@@ -7,6 +7,7 @@
*/
#include <stdarg.h>
+#include "config.h"
#ifdef __GNUC__
/** Use gcc attribute to check printf fns. a1 is the 1-based index of