ports/net/mopd/files/patch-mopd_mopd.c
Stefan Eßer 3a82c56aca Fix build with -fno-common
While here regenerate all patch files with make-patch
2020-09-29 21:50:34 +00:00

11 lines
351 B
C

--- mopd/mopd.c.orig 1996-03-31 19:21:00 UTC
+++ mopd/mopd.c
@@ -54,7 +54,7 @@ static char rcsid[] = "$Id: mopd.c,v 1.14 1996/03/31 1
* The list of all interfaces that are being listened to.
* "selects" on the descriptors in this list.
*/
-struct if_info *iflist;
+extern struct if_info *iflist;
#ifdef NO__P
void Loop (/* void */);