mirror of
https://github.com/ipxe/ipxe
synced 2026-02-02 07:52:48 +03:00
vsprintf.h is gPXE-specific; move it to include/gpxe
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <console.h>
|
#include <console.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <vsprintf.h>
|
#include <gpxe/vsprintf.h>
|
||||||
|
|
||||||
/** @file */
|
/** @file */
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <vsprintf.h>
|
#include <gpxe/vsprintf.h>
|
||||||
#include "mucurses.h"
|
#include "mucurses.h"
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef VSPRINTF_H
|
#ifndef _GPXE_VSPRINTF_H
|
||||||
#define VSPRINTF_H
|
#define _GPXE_VSPRINTF_H
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
*
|
*
|
||||||
@@ -64,4 +64,4 @@ struct printf_context {
|
|||||||
|
|
||||||
extern size_t vcprintf ( struct printf_context *ctx, const char *fmt,
|
extern size_t vcprintf ( struct printf_context *ctx, const char *fmt,
|
||||||
va_list args );
|
va_list args );
|
||||||
#endif /* VSPRINTF_H */
|
#endif /* _GPXE_VSPRINTF_H */
|
||||||
Reference in New Issue
Block a user