summaryrefslogtreecommitdiff
path: root/net/mopd/files/patch-otherOS_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mopd/files/patch-otherOS_loop.c')
-rw-r--r--net/mopd/files/patch-otherOS_loop.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mopd/files/patch-otherOS_loop.c b/net/mopd/files/patch-otherOS_loop.c
new file mode 100644
index 000000000000..a9e7ac2b7bf5
--- /dev/null
+++ b/net/mopd/files/patch-otherOS_loop.c
@@ -0,0 +1,11 @@
+--- otherOS/loop.c.orig 1996-08-07 23:49:12 UTC
++++ otherOS/loop.c
+@@ -39,7 +39,7 @@ static char rcsid[] = "$Id: loop.c,v 1.8 1996/08/07 23
+ * The list of all interfaces that are being listened to. loop()
+ * "selects" on the descriptors in this list.
+ */
+-struct if_info *iflist;
++extern struct if_info *iflist;
+ u_char buf[BUFSIZE];
+
+ void mopProcess (/* struct if_info *, u_char * */);