diff options
Diffstat (limited to 'net/mopd/files/patch-common_loop-bsd.c')
-rw-r--r-- | net/mopd/files/patch-common_loop-bsd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mopd/files/patch-common_loop-bsd.c b/net/mopd/files/patch-common_loop-bsd.c new file mode 100644 index 000000000000..cdca45f562f1 --- /dev/null +++ b/net/mopd/files/patch-common_loop-bsd.c @@ -0,0 +1,11 @@ +--- common/loop-bsd.c.orig 1996-08-16 22:41:43 UTC ++++ common/loop-bsd.c +@@ -89,7 +89,7 @@ mopReadDL() + * 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; + + void mopProcess __P((struct if_info *, u_char *)); + |