summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-01-23 02:36:22 +0000
committerphk <phk@FreeBSD.org>1995-01-23 02:36:22 +0000
commita7a3a2fb540de8590576b7bd0d1f5bb6ffa32932 (patch)
treeb76c82115b9610deba027334d72c8bc2acbecaf7 /sys
parentb884f0d791ee8f89db8b788d17ea9f571fe3a46a (diff)
downloadFreeBSD-src-a7a3a2fb540de8590576b7bd0d1f5bb6ffa32932.zip
FreeBSD-src-a7a3a2fb540de8590576b7bd0d1f5bb6ffa32932.tar.gz
Nobody seems to need "mem_no" anymore, so I zapped it.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c
index 9417bb5..b5df6e2 100644
--- a/sys/i386/i386/conf.c
+++ b/sys/i386/i386/conf.c
@@ -41,7 +41,7 @@
* SUCH DAMAGE.
*
* from: @(#)conf.c 5.8 (Berkeley) 5/12/91
- * $Id: conf.c,v 1.51 1995/01/09 09:36:48 phk Exp $
+ * $Id: conf.c,v 1.52 1995/01/20 08:35:02 sos Exp $
*/
#include <sys/param.h>
@@ -908,8 +908,6 @@ struct cdevsw cdevsw[] =
};
int nchrdev = sizeof (cdevsw) / sizeof (cdevsw[0]);
-int mem_no = 2; /* major device number of memory special file */
-
/*
* Swapdev is a fake device implemented
* in sw.c used only internally to get to swstrategy.
OpenPOWER on IntegriCloud