summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-01-19 02:17:23 +0100
committerMichael Brown2007-01-19 02:17:23 +0100
commitf4c1e564a1da2f755b25019273b20aa7964dd784 (patch)
treeb8681bf9d6903b31f00889e45f5835a8169ea5b3 /src/include
parentUse stdio.h instead of vsprintf.h (diff)
downloadipxe-f4c1e564a1da2f755b25019273b20aa7964dd784.tar.gz
ipxe-f4c1e564a1da2f755b25019273b20aa7964dd784.tar.xz
ipxe-f4c1e564a1da2f755b25019273b20aa7964dd784.zip
vsprintf.h is gPXE-specific; move it to include/gpxe
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/vsprintf.h (renamed from src/include/vsprintf.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/vsprintf.h b/src/include/gpxe/vsprintf.h
index 313605bb4..ac87c5a8b 100644
--- a/src/include/vsprintf.h
+++ b/src/include/gpxe/vsprintf.h
@@ -1,5 +1,5 @@
-#ifndef VSPRINTF_H
-#define VSPRINTF_H
+#ifndef _GPXE_VSPRINTF_H
+#define _GPXE_VSPRINTF_H
/** @file
*
@@ -64,4 +64,4 @@ struct printf_context {
extern size_t vcprintf ( struct printf_context *ctx, const char *fmt,
va_list args );
-#endif /* VSPRINTF_H */
+#endif /* _GPXE_VSPRINTF_H */