]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
We don't actually have a stdio.h header file. Our printf() functions are
authorMichael Brown <mcb30@etherboot.org>
Wed, 27 Sep 2006 10:58:14 +0000 (10:58 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 27 Sep 2006 10:58:14 +0000 (10:58 +0000)
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.

32 files changed:
src/arch/i386/core/load_buffer.c
src/arch/i386/core/relocate.c
src/arch/i386/firmware/pcbios/hidemem.c
src/arch/i386/firmware/pcbios/memmap.c
src/arch/i386/interface/pcbios/int13.c
src/arch/i386/interface/pxe/pxe_call.c
src/core/buffer.c
src/core/device.c
src/core/malloc.c
src/core/osloader.c
src/core/resolv.c
src/crypto/framework.c
src/crypto/ssl.c
src/drivers/bitbash/i2c_bit.c
src/drivers/bitbash/spi_bit.c
src/drivers/block/ata.c
src/drivers/bus/pci.c
src/drivers/bus/pciextra.c
src/interface/pxe/pxe_loader.c
src/interface/pxe/pxe_tftp.c
src/interface/pxe/pxe_udp.c
src/interface/pxe/pxe_undi.c
src/net/arp.c
src/net/icmpv6.c
src/net/ndp.c
src/net/netdevice.c
src/net/retry.c
src/net/tcpip.c
src/net/udp.c
src/net/udp/dhcp.c
src/net/uip/uip.c
src/proto/nmb.c

index 4f19a3ce5be8c74bb62e7b62d2a35d87fc8022e6..3e34d2b5373450f692573abb6e409d718b2d8402 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdio.h>
 #include "io.h"
 #include "load_buffer.h"
 
index 1e9332eefc90a605906d41d2a3ef2a31ed0b51e4..c9ac7ee12d7f922b883c07ab64091eeb3b604185 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdio.h>
 #include <io.h>
 #include <registers.h>
 #include <memmap.h>
index 2225787e8c05d9a3c82b6fa5faeb0725f6aae3f7..276f9c92633abcd0d309e8744edb74e26e701bfd 100644 (file)
@@ -15,7 +15,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <realmode.h>
 #include <biosint.h>
 
index 1995dfd6916d8addeb2b2e77196e716468553e8d..daa1d99ccf82fa629bbc86f2bcc3734fc5d4bb25 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stdint.h>
 #include <errno.h>
 #include <realmode.h>
index 790dda9774f9c0c2d275c110d3f9a31569a7ca20..798fb6dfda5b520c0887a8e69b27f48e2724561c 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stdint.h>
 #include <limits.h>
 #include <byteswap.h>
index 0e7c09a49be436dda7e9cac9f8ea1ed847ce1b5b..df32dd7d9aec1e28bf378f9b7af468dd96b67f51 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <gpxe/uaccess.h>
 #include <registers.h>
 #include <biosint.h>
index df08b66d9e1524e66e3537561806d80f04e099c5..5c31ff8de294e30c073c2211f31920c490efb745 100644 (file)
@@ -38,7 +38,6 @@
  *
  */
 
-#include "stdio.h"
 #include "stddef.h"
 #include "string.h"
 #include "io.h"
index dfbb997ec2565283503ada67f41a00b6a3ad199c..e54ab2970754d22baf546a7ffcb038a89fa1a401 100644 (file)
@@ -19,7 +19,6 @@
 #include <gpxe/list.h>
 #include <gpxe/tables.h>
 #include <gpxe/device.h>
-#include "stdio.h"
 
 /**
  * @file
index 14e54976a04d0f9aba640be3e8b2b0bd48a54c7b..cff2a431b1d1df52d60eaaf0ac02791cffebd2a2 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <string.h>
index 09d671a0e03cc3b536b101df38b6c7bef2e97380..ddbe68a3a1b49c5796b2139169fa87fbead0795d 100644 (file)
@@ -29,7 +29,6 @@ Modifications: Ken Yap (for Etherboot/16)
  * your option) any later version.
  */
 
-#include "stdio.h"
 #include "io.h"
 #include "memsizes.h"
 
index f13ab15296ef19a0c71daa80604cdd7083685803..0737294ac13faea432b56e57f11d1e0063d8f103 100644 (file)
@@ -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);
index c09490d3647f6c3394113d4a20b2637c5e8365bc..0da2cbe32ec8f910e9645040899f3fa73c33f031 100644 (file)
@@ -1,7 +1,6 @@
 /* mcb - this file breaks the build process; temporarily deactivating */
 #if 0
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index 823c926ad3bff570148bfd7ea4db5610aa4b94c7..00651bd4f7769423e42d881d27a990056a462da9 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdio.h>
 #include "ssl.h"
 #include "ssl_constructs.h"
 #include <string.h> // for bcopy()
index 1cf78c2267df49d2ef264fd31b7630d47e5d5390..f0a9b936f6b79e786a040d440cf69e4eb8f3477d 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <errno.h>
index add884a33ffc9247ef3e305f9f6a6990524ead74..20ad412cc40a9465f2cb83ff0b132fd350b16b03 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <string.h>
index 8419125797e7b95d7676d0d83718a5dad62beeab..555a5f6ec836b0fda745029a841413977d8d3bb5 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stddef.h>
 #include <string.h>
 #include <assert.h>
index 6f72bb90dc9a8ca26f6d7b90b257403875e5354f..222f3eeab9d495d9346668866c247e62ff8064de 100644 (file)
@@ -19,7 +19,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stdint.h>
 #include <string.h>
 #include <errno.h>
index 5d81500050008e5cd66faf1227496b73f845a869..4603bcb9ac6ee6a4c9723cefdd37312103600a2f 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdio.h>
 #include <stdint.h>
 #include <gpxe/pci.h>
 
index b8dc06bd0fee859625d64f65fee3aec5c644e463..2539aaeb0a55230f836e3b189cf710dbec586f45 100644 (file)
@@ -22,7 +22,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include "pxe.h"
 
 /* PXENV_UNDI_LOADER
index dbaf601bf5ea6701eacaaeb043b9503de48b387c..a834be093bb2f1a986d6d0d77122d7c662ce8bd3 100644 (file)
@@ -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,
index 453d5b6c9701d4b3875a984d36f1d3a2bc54041f..5f94e8c018f3f76f01e8ecc86f6273e2b5a0bedf 100644 (file)
@@ -4,7 +4,6 @@
  *
  */
 
-#include <stdio.h>
 #include <string.h>
 #include <byteswap.h>
 #include <gpxe/udp.h>
index f9bf2a9aa657a1a8e90f1d8dc37cd8e4503534dc..6d30d1b67fd1c3dd327fb4d518e13f350ffdfdba 100644 (file)
@@ -22,7 +22,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include "pxe.h"
 
 /* PXENV_UNDI_STARTUP
index 8ca30245d884562adb4f00dc14f4b1fbdf31c4ae..fea81d7197fc5ca9e9288dcf1e6090a872b8f613 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include "stdio.h"
 #include <stdint.h>
 #include <string.h>
 #include <byteswap.h>
index c48bf127c39e8c7b1da9ce429f90162063596414..d1f58bd1d806a81edc3df5e8e865a5233e28556b 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdio.h>
 #include <stdint.h>
 #include <string.h>
 #include <byteswap.h>
index d99a95695ac4ccf76d9d268da414ce6cfcac278c..11085a43c24396f7cd396228f6e5bbec9d2464a7 100644 (file)
@@ -1,4 +1,3 @@
-#include "stdio.h"
 #include <stdint.h>
 #include <string.h>
 #include <byteswap.h>
index 2ee140902ea813e7fc48f62fb13881726b75dbe4..634977f7a435e715d7c0b6ea79be56303badf32b 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stdint.h>
 #include <byteswap.h>
 #include <string.h>
index ac98dcfab17fa6b1ca969614ac771da130b61c00..0fb479522c2c653aadfc3bf94f726f31ee804777 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <stddef.h>
 #include <latch.h>
 #include <gpxe/list.h>
index 7476628e13001e48d7fe84de84e53fb81969e711..33c9872c804564f664bf4005ed3f0b1807efa633 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdio.h>
 #include <stdint.h>
 #include <string.h>
 #include <errno.h>
index e46c772eb6a055c949c79bac4c160b429ff7fd54..21bfebcd67f8464c690eb3d698eb8e034e68f76e 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdio.h>
 #include <stdint.h>
 #include <string.h>
 #include <assert.h>
index 9c36516db86fc3dddb049387cebd61a2a670c5d5..af32f213156c1bd505fdd7f04ca02d671717310f 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <stdio.h>
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
index cde69fef88fc25d986385a3c58dab18aa19df29e..d2f0e0c019bcc39f7ec956c9d48617dcbf4decc2 100644 (file)
@@ -168,7 +168,6 @@ struct uip_stats uip_stat;
 #endif /* UIP_STATISTICS == 1 */
 
 #if UIP_LOGGING == 1
-#include <stdio.h>
 void uip_log(char *msg);
 #define UIP_LOG(m) uip_log(m)
 #else
index 9fa17d9cbfb2d1dfa82f01d0f141c52e0c4d3a0d..d2944031eb789e3469f5fb39ab50b8cd90f779a4 100644 (file)
@@ -1,4 +1,3 @@
-#include "stdio.h"
 #include "resolv.h"
 #include "string.h"
 #include "dns.h"