summaryrefslogtreecommitdiff
path: root/serverboot/load.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-01 01:41:05 +0000
committerRoland McGrath <roland@gnu.org>2001-04-01 01:41:05 +0000
commit57bccbcdf288763979fb84f85758cd100c005c31 (patch)
tree2ee3526db460b23f34221d928213f66b340b56ea /serverboot/load.c
parent41e7f2ecce98941499340fc129a9f9a2a64bebff (diff)
2001-03-31 Roland McGrath <roland@frob.com>
* assert.h: Fix obsolescent #endif syntax. * default_pager.c: Likewise. * queue.h: Likewise. * load.c: Likewise.
Diffstat (limited to 'serverboot/load.c')
-rw-r--r--serverboot/load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/serverboot/load.c b/serverboot/load.c
index fc16baf1..1665868b 100644
--- a/serverboot/load.c
+++ b/serverboot/load.c
@@ -333,7 +333,7 @@ boot_script_exec_cmd (task_t user_task,
st.image_size);
}
}
-#endif GZIP
+#endif /* GZIP */
#ifdef BZIP2
if (result)
{
@@ -358,7 +358,7 @@ boot_script_exec_cmd (task_t user_task,
st.image_size);
}
}
-#endif BZIP2
+#endif /* BZIP2 */
if (result)
panic ("cannot load %s: %s", namebuf, strerror (result));
#if 0