mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <stdint.h>
|
||||
#include <vsprintf.h>
|
||||
#include <stdio.h>
|
||||
|
||||
__attribute__ (( noreturn, section ( ".text.null_trap" ) ))
|
||||
void null_function_trap ( void ) {
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/pci.h>
|
||||
#include <undi.h>
|
||||
#include <undirom.h>
|
||||
|
||||
Reference in New Issue
Block a user