diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-06 23:14:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-06 23:14:07 +0000 |
commit | 0e8097d23fa0baad92af1d654c78791c1fb9f847 (patch) | |
tree | 39b1b42292d240a3b33c04fe1e1c470ba55d332a | |
parent | ea0650c4cf72dcfc6322c381effd9650b3890fd7 (diff) |
1999-03-06 Roland McGrath <roland@baalperazim.frob.com>
* default_pager.c (default_pager_paging_file): Pass 0 for new
LINUX_SIGNATURE arg to add_paging_file.
-rw-r--r-- | serverboot/default_pager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/default_pager.c b/serverboot/default_pager.c index dc1e7ff6..eedd105e 100644 --- a/serverboot/default_pager.c +++ b/serverboot/default_pager.c @@ -3536,7 +3536,7 @@ dprintf("bmd %x md %x\n", bootstrap_master_device_port, mdport); #endif if (add) { kr = add_paging_file(bootstrap_master_device_port, - file_name); + file_name, 0); } else { kr = remove_paging_file(file_name); } |