ports/net/aget/files/patch-Head.c
Stefan Eßer 48f7c5e69e Fix build with -fno-common
Remove -fcommon option from Makefile
2020-09-22 19:29:30 +00:00

10 lines
168 B
C

--- Head.c.orig 2009-05-12 05:22:42 UTC
+++ Head.c
@@ -2,7 +2,6 @@
#define _XOPEN_SOURCE 500
#endif
-
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>