summaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
authorMichael Brown2006-09-27 12:58:14 +0200
committerMichael Brown2006-09-27 12:58:14 +0200
commit88e38fa1483891f273f063f92ef71a5c33fe5406 (patch)
treec62007eae5dddf82b2b90e154ae0e4f400d6b09c /src/interface
parentadded stdio.h to includes for DBG compilation (diff)
downloadipxe-88e38fa1483891f273f063f92ef71a5c33fe5406.tar.gz
ipxe-88e38fa1483891f273f063f92ef71a5c33fe5406.tar.xz
ipxe-88e38fa1483891f273f063f92ef71a5c33fe5406.zip
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/interface')
-rw-r--r--src/interface/pxe/pxe_loader.c1
-rw-r--r--src/interface/pxe/pxe_tftp.c1
-rw-r--r--src/interface/pxe/pxe_udp.c1
-rw-r--r--src/interface/pxe/pxe_undi.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/interface/pxe/pxe_loader.c b/src/interface/pxe/pxe_loader.c
index b8dc06bd..2539aaeb 100644
--- a/src/interface/pxe/pxe_loader.c
+++ b/src/interface/pxe/pxe_loader.c
@@ -22,7 +22,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <stdio.h>
#include "pxe.h"
/* PXENV_UNDI_LOADER
diff --git a/src/interface/pxe/pxe_tftp.c b/src/interface/pxe/pxe_tftp.c
index dbaf601b..a834be09 100644
--- a/src/interface/pxe/pxe_tftp.c
+++ b/src/interface/pxe/pxe_tftp.c
@@ -22,7 +22,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <stdio.h>
#include "pxe.h"
static int pxe_tftp_read_block ( unsigned char *data, unsigned int block,
diff --git a/src/interface/pxe/pxe_udp.c b/src/interface/pxe/pxe_udp.c
index 453d5b6c..5f94e8c0 100644
--- a/src/interface/pxe/pxe_udp.c
+++ b/src/interface/pxe/pxe_udp.c
@@ -4,7 +4,6 @@
*
*/
-#include <stdio.h>
#include <string.h>
#include <byteswap.h>
#include <gpxe/udp.h>
diff --git a/src/interface/pxe/pxe_undi.c b/src/interface/pxe/pxe_undi.c
index f9bf2a9a..6d30d1b6 100644
--- a/src/interface/pxe/pxe_undi.c
+++ b/src/interface/pxe/pxe_undi.c
@@ -22,7 +22,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <stdio.h>
#include "pxe.h"
/* PXENV_UNDI_STARTUP