aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/reboot.c')
-rw-r--r--sysdeps/mach/hurd/reboot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/reboot.c b/sysdeps/mach/hurd/reboot.c
index 510fc552f5..ea298b2135 100644
--- a/sysdeps/mach/hurd/reboot.c
+++ b/sysdeps/mach/hurd/reboot.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 93, 94, 97, 98 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -20,11 +20,11 @@
#include <unistd.h>
#include <hurd.h>
#include <hurd/startup.h>
+#include <sys/reboot.h>
/* Reboot the system. */
int
-reboot (howto)
- int howto;
+reboot (int howto)
{
error_t err;
startup_t init;