From 087a14482b78a9a462af12932681054852572981 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 30 Apr 2007 20:45:01 +0000 Subject: 2007-04-30 Thomas Schwinge 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 . * kern/syscall_subr.h: Include . --- include/mach/mach_traps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mach/mach_traps.h') diff --git a/include/mach/mach_traps.h b/include/mach/mach_traps.h index d18385d..e6ea3a0 100644 --- a/include/mach/mach_traps.h +++ b/include/mach/mach_traps.h @@ -59,7 +59,7 @@ mach_port_t mach_task_self () { return MACH_PORT_NULL; } #else /* LINTLIBRARY */ - (self); + (void); #endif /* LINTLIBRARY */ mach_port_t mach_host_self -- cgit v1.2.3