From 130fd0d250bc8cb117250c57ac19ab15e7c36ab1 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 5 Dec 2017 09:05:52 +0100 Subject: [PATCH] Remove some orphaned externs. --- lib/libstand/netif.h | 2 -- lib/libtelnet/misc.h | 1 - sys/sys/mount.h | 3 --- 3 files changed, 6 deletions(-) diff --git a/lib/libstand/netif.h b/lib/libstand/netif.h index 3b0351d8e4..6e83fc7cae 100644 --- a/lib/libstand/netif.h +++ b/lib/libstand/netif.h @@ -1,7 +1,6 @@ /* $NetBSD: netif.h,v 1.4 1995/09/14 23:45:30 pk Exp $ */ /* $FreeBSD: src/lib/libstand/netif.h,v 1.1.1.1.6.1 2000/09/10 01:24:16 ps Exp $ */ -/* $DragonFly: src/lib/libstand/netif.h,v 1.2 2003/06/17 04:26:51 dillon Exp $ */ #ifndef __SYS_LIBNETBOOT_NETIF_H #define __SYS_LIBNETBOOT_NETIF_H @@ -48,7 +47,6 @@ struct netif { }; extern struct netif_driver *netif_drivers[]; /* machdep */ -extern int n_netif_drivers; extern int netif_debug; diff --git a/lib/libtelnet/misc.h b/lib/libtelnet/misc.h index b0554b0d3f..57944f3543 100644 --- a/lib/libtelnet/misc.h +++ b/lib/libtelnet/misc.h @@ -33,6 +33,5 @@ extern char *UserNameRequested; extern char *LocalHostName; extern char *RemoteHostName; extern int ConnectedCount; -extern int ReservedPort; #include "misc-proto.h" diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 318a935e82..7f57ae8434 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -709,9 +709,6 @@ struct netexport { #endif #ifdef _KERNEL - -extern char *mountrootfsname; - /* * exported vnode operations */ -- 2.11.4.GIT