Add extern qualifier to swapmap & nswapmap declarations

This commit is contained in:
jtc 1995-09-15 05:23:44 +00:00
parent 048e948791
commit 9e4597a551
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: map.h,v 1.8 1995/03/26 20:24:22 jtc Exp $ */ /* $NetBSD: map.h,v 1.9 1995/09/15 05:23:44 jtc Exp $ */
/*- /*-
* Copyright (c) 1982, 1986, 1993 * Copyright (c) 1982, 1986, 1993
@ -74,8 +74,8 @@ struct mapent {
}; };
#ifdef _KERNEL #ifdef _KERNEL
struct map *swapmap; extern struct map *swapmap;
int nswapmap; extern int nswapmap;
long rmalloc __P((struct map *, long)); long rmalloc __P((struct map *, long));
void rmfree __P((struct map *, long, long)); void rmfree __P((struct map *, long, long));