Staticize

This commit is contained in:
Eivind Eklund 1999-04-11 02:16:27 +00:00
parent 44c57e7121
commit 0776e10c71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45567

View File

@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: vm_pager.c,v 1.43 1999/01/24 02:32:15 dillon Exp $
* $Id: vm_pager.c,v 1.44 1999/03/14 09:20:00 julian Exp $
*/
/*
@ -158,7 +158,7 @@ dead_pager_dealloc(object)
return;
}
struct pagerops deadpagerops = {
static struct pagerops deadpagerops = {
NULL,
dead_pager_alloc,
dead_pager_dealloc,