summaryrefslogtreecommitdiff
path: root/net/mopd/files/patch-mopd_mopd.c
blob: 6aa7d39ed25cdbf1cc2260dc3d846f1a2a607842 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 */);