summaryrefslogtreecommitdiff
path: root/serverboot/default_pager.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-03-06 23:14:07 +0000
committerRoland McGrath <roland@gnu.org>1999-03-06 23:14:07 +0000
commit118f1f2c9c33f8a0106cae3bc1c7623c272a6702 (patch)
tree634c4d04165024b85627a0cea04bb3e785da7d6d /serverboot/default_pager.c
parent4a7d9f2f96ed2bd00c6f48c5f32d2417525f3510 (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.
Diffstat (limited to 'serverboot/default_pager.c')
-rw-r--r--serverboot/default_pager.c2
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);
}