diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-11 07:57:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-11 07:57:59 +0000 |
commit | 59d158552d76781da31d3c5ac22dcc32896db20d (patch) | |
tree | 36aefd03b1b69ccae76f7344222be9d994c8f742 /sys | |
parent | f04c4abae68c2ac7ee768769e2ffd5f4da286903 (diff) |
sys/reboot.h does not need to be standalone and pull cdefs.h by itself.
enough kernel .S pull this in and cannot handle that (yet)
ok uebayasi
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/reboot.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index 23d6db7d2bc..3b6ad8666c5 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reboot.h,v 1.15 2014/07/10 12:13:48 uebayasi Exp $ */ +/* $OpenBSD: reboot.h,v 1.16 2014/07/11 07:57:58 deraadt Exp $ */ /* $NetBSD: reboot.h,v 1.9 1996/04/22 01:23:25 christos Exp $ */ /* @@ -35,8 +35,6 @@ #ifndef _SYS_REBOOT_H_ #define _SYS_REBOOT_H_ -#include <sys/cdefs.h> - /* * Arguments to reboot system call. These are passed to the boot program, * and then on to init. |