summaryrefslogtreecommitdiff
path: root/serverboot/load.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2003-05-07 13:42:14 +0000
committerMarcus Brinkmann <marcus@gnu.org>2003-05-07 13:42:14 +0000
commit8e833469cbe0f6f2ba26d23f7e11540a75071e9d (patch)
tree22ae0d9ef531c86664505920af2a1b4dd12a8559 /serverboot/load.c
parente3cbee8a4eac20433701b41a9e678750ec4e496e (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.c1
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"