diff options
-rw-r--r-- | usr.sbin/sysinstall/dist.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index c29c8b6..9847a05 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -59,9 +59,8 @@ typedef struct _dist { } my_data; } Distribution; -extern Distribution DistTable[]; -extern Distribution SrcDistTable[]; -extern Distribution XOrgDistTable[]; +static Distribution SrcDistTable[]; +static Distribution XOrgDistTable[]; #define DTE_TARBALL(name, mask, flag, directory) \ { name, mask, DIST_ ## flag, DT_TARBALL, { directory } } |