summaryrefslogtreecommitdiff
path: root/net/mopd/files/patch-mopprobe_mopprobe.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-29 21:50:34 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-29 21:50:34 +0000
commit3a82c56aca7f24585025d4c94b1b8f863f636f3a (patch)
treee18ada8fbceacf39630824ce6d261cbad7f65ce5 /net/mopd/files/patch-mopprobe_mopprobe.c
parentwww/py-boto3: Update 1.14.1 -> 1.15.8 (diff)
Fix build with -fno-common
While here regenerate all patch files with make-patch
Diffstat (limited to 'net/mopd/files/patch-mopprobe_mopprobe.c')
-rw-r--r--net/mopd/files/patch-mopprobe_mopprobe.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mopd/files/patch-mopprobe_mopprobe.c b/net/mopd/files/patch-mopprobe_mopprobe.c
new file mode 100644
index 000000000000..d1f7f1fa8fbf
--- /dev/null
+++ b/net/mopd/files/patch-mopprobe_mopprobe.c
@@ -0,0 +1,11 @@
+--- mopprobe/mopprobe.c.orig 1996-08-11 22:31:43 UTC
++++ mopprobe/mopprobe.c
+@@ -52,7 +52,7 @@ static char rcsid[] = "$Id: mopprobe.c,v 1.11 1996/08/
+ * 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 Loop (/* void */);