From 3a82c56aca7f24585025d4c94b1b8f863f636f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 29 Sep 2020 21:50:34 +0000 Subject: Fix build with -fno-common While here regenerate all patch files with make-patch --- net/mopd/files/patch-mopchk_mopchk.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/mopd/files/patch-mopchk_mopchk.c (limited to 'net/mopd/files/patch-mopchk_mopchk.c') diff --git a/net/mopd/files/patch-mopchk_mopchk.c b/net/mopd/files/patch-mopchk_mopchk.c new file mode 100644 index 000000000000..35c2b65f1371 --- /dev/null +++ b/net/mopd/files/patch-mopchk_mopchk.c @@ -0,0 +1,11 @@ +--- mopchk/mopchk.c.orig 1996-08-16 22:47:15 UTC ++++ mopchk/mopchk.c +@@ -48,7 +48,7 @@ static char rcsid[] = "$Id: mopchk.c,v 1.5 1996/08/16 + * The list of all interfaces that are being listened to. rarp_loop() + * "selects" on the descriptors in this list. + */ +-struct if_info *iflist; ++extern struct if_info *iflist; + + #ifdef NO__P + void Usage (/* void */); -- cgit v1.2.3