aboutsummaryrefslogtreecommitdiff
path: root/src/core/resolv.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-09-27 10:58:14 +0000
committerMichael Brown <mcb30@etherboot.org>2006-09-27 10:58:14 +0000
commit88e38fa1483891f273f063f92ef71a5c33fe5406 (patch)
treec62007eae5dddf82b2b90e154ae0e4f400d6b09c /src/core/resolv.c
parent6ac78f6aff85b2a41d1c98011c41f622d569076a (diff)
downloadipxe-88e38fa1483891f273f063f92ef71a5c33fe5406.zip
ipxe-88e38fa1483891f273f063f92ef71a5c33fe5406.tar.gz
ipxe-88e38fa1483891f273f063f92ef71a5c33fe5406.tar.bz2
We don't actually have a stdio.h header file. Our printf() functions are
defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway.
Diffstat (limited to 'src/core/resolv.c')
-rw-r--r--src/core/resolv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/resolv.c b/src/core/resolv.c
index f13ab15..0737294 100644
--- a/src/core/resolv.c
+++ b/src/core/resolv.c
@@ -1,5 +1,4 @@
#include "resolv.h"
-#include "stdio.h"
static struct resolver resolvers[0] __table_start(resolver);
static struct resolver resolvers_end[0] __table_end(resolver);