diff options
| author | Michael Brown | 2007-01-19 02:13:12 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-19 02:13:12 +0100 |
| commit | 73b09ecba6dad0070e106a74eeed4bc388d60e02 (patch) | |
| tree | f5ca3d4de25238da546341f367b8e52acafce43e /src/arch/i386/core | |
| parent | Finally move the prototypes for printf() and friends to stdio.h (diff) | |
| download | ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.tar.gz ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.tar.xz ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.zip | |
Use stdio.h instead of vsprintf.h
Diffstat (limited to 'src/arch/i386/core')
| -rw-r--r-- | src/arch/i386/core/nulltrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/core/nulltrap.c b/src/arch/i386/core/nulltrap.c index bd4b75774..61fe5564c 100644 --- a/src/arch/i386/core/nulltrap.c +++ b/src/arch/i386/core/nulltrap.c @@ -1,5 +1,5 @@ #include <stdint.h> -#include <vsprintf.h> +#include <stdio.h> __attribute__ (( noreturn, section ( ".text.null_trap" ) )) void null_function_trap ( void ) { |
