remove ex-variables.

This commit is contained in:
mrg 1997-06-12 17:59:30 +00:00
parent 3ab07d1ae2
commit 7620d5109b
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: map.h,v 1.12 1997/04/16 23:45:00 thorpej Exp $ */
/* $NetBSD: map.h,v 1.13 1997/06/12 17:59:30 mrg Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@ -77,7 +77,6 @@ struct mapent {
};
#ifdef _KERNEL
extern struct map *swapmap;
extern int nswapmap;
long rmalloc __P((struct map *, long));