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

12 lines
221 B
C

--- main.c.orig 2009-05-12 05:41:23 UTC
+++ main.c
@@ -15,6 +15,9 @@
#include "main.h"
#include <errno.h>
+sigset_t signal_set;
+time_t t_start, t_finish;
+
int main(int argc, char **argv)
{
extern char *optarg;