diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-30 20:45:01 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:09 +0200 |
commit | 087a14482b78a9a462af12932681054852572981 (patch) | |
tree | cc05ccce507d6968e137760dc4fb37a4c7c6d7d5 /kern | |
parent | bc85b8639e6a4f3133d8bf10161a5947dfb5b29d (diff) |
2007-04-30 Thomas Schwinge <tschwinge@gnu.org>
We're not in the eighties anymore. List arguments in function
prototypes and definitions for a lot of symbols. Also drop some unused
prototypes. I refrain from listing every changed symbol.
* include/mach/mach_traps.h: Do as described.
* device/dev_hdr.h: Include <ipc/ipc_types.h>.
* kern/syscall_subr.h: Include <kern/kern_types.h>.
Diffstat (limited to 'kern')
-rw-r--r-- | kern/syscall_subr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/syscall_subr.h b/kern/syscall_subr.h index 4ac9489..2d2da14 100644 --- a/kern/syscall_subr.h +++ b/kern/syscall_subr.h @@ -24,6 +24,8 @@ * the rights to redistribute these changes. */ +#include <kern/kern_types.h> + #ifndef _KERN_SYSCALL_SUBR_H_ #define _KERN_SYSCALL_SUBR_H_ |