aboutsummaryrefslogtreecommitdiff
diff -ru a/include/stdio.h b/include/stdio.h
--- a/include/stdio.h	2000-08-04 10:24:39.000000000 +1000
+++ b/include/stdio.h	2005-06-18 14:26:35.000000000 +1000
@@ -34,6 +34,10 @@
 #include <bsd-games.h>
 #include_next <stdio.h>

+__BEGIN_DECLS
+
 #ifndef HAVE_fgetln
 extern char *fgetln(FILE *stream, size_t *len);
 #endif
+
+__END_DECLS
atch?id=1bd44b425b79e9da160b33a9b19d01973b44772e'>fail2ban-paths-guix-conf.patch
AgeCommit message (Expand)Author
2022-08-01gnu: Add fail2ban....* gnu/packages/admin.scm (fail2ban): New variable. * gnu/packages/patches/fail2ban-0.11.2_CVE-2021-32749.patch, gnu/packages/patches/fail2ban-0.11.2_fix-setuptools-drop-2to3.patch, gnu/packages/patches/fail2ban-0.11.2_fix-test-suite.patch, gnu/packages/patches/fail2ban-paths-guix-conf.patch, gnu/packages/patches/fail2ban-python310-server-action.patch, gnu/packages/patches/fail2ban-python310-server-actions.patch, gnu/packages/patches/fail2ban-python310-server-jails.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Co-authored-by: Ludovic Courtès <ludo@gnu.org> muradm