diff options
Diffstat (limited to 'net/mopd/files/patch-moptrace_moptrace.c')
-rw-r--r-- | net/mopd/files/patch-moptrace_moptrace.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mopd/files/patch-moptrace_moptrace.c b/net/mopd/files/patch-moptrace_moptrace.c new file mode 100644 index 000000000000..442614afa5c2 --- /dev/null +++ b/net/mopd/files/patch-moptrace_moptrace.c @@ -0,0 +1,11 @@ +--- moptrace/moptrace.c.orig 1996-08-07 22:48:04 UTC ++++ moptrace/moptrace.c +@@ -52,7 +52,7 @@ static char rcsid[] = "$Id: moptrace.c,v 1.10 1996/08/ + * 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 */); |