diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2003-05-07 13:42:14 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2003-05-07 13:42:14 +0000 |
commit | de1fc902c7f387657d792191efb092127950c08c (patch) | |
tree | d7cab1f0bf0d6c857b309b8c76d9c9b52af9caf9 /serverboot/load.c | |
parent | 0ca1a04ce9bbf12356d73e9a3dfde141400a31f7 (diff) |
2003-05-07 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
* strfcns.c: #include <stdarg.h> instead of <varargs.h>.
(strbuild): Use <stdarg.h>-style for handling variable argument
list.
* load.c: Don't #include <varargs.h>.
Diffstat (limited to 'serverboot/load.c')
-rw-r--r-- | serverboot/load.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/serverboot/load.c b/serverboot/load.c index e95a64d7..aa481943 100644 --- a/serverboot/load.c +++ b/serverboot/load.c @@ -27,7 +27,6 @@ #include <stddef.h> #include <assert.h> #include <mach/mach_interface.h> -#include <varargs.h> #include "mach-exec.h" #include "../boot/boot_script.h" |