mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Staticize
This commit is contained in:
parent
44c57e7121
commit
0776e10c71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45567
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user