소스 검색

Only need printf(), so use vsprintf.h instead of console.h

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
75430e813e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/hci/shell.c
  2. 1
    1
      src/hci/strerror.c

+ 1
- 1
src/hci/shell.c 파일 보기

@@ -18,7 +18,7 @@
18 18
 
19 19
 #include <stdint.h>
20 20
 #include <stdlib.h>
21
-#include <console.h>
21
+#include <vsprintf.h>
22 22
 #include <readline/readline.h>
23 23
 #include <gpxe/command.h>
24 24
 #include <gpxe/shell.h>

+ 1
- 1
src/hci/strerror.c 파일 보기

@@ -1,6 +1,6 @@
1 1
 #include <errno.h>
2 2
 #include <string.h>
3
-#include <console.h>
3
+#include <vsprintf.h>
4 4
 #include <gpxe/errortab.h>
5 5
 
6 6
 /** @file

Loading…
취소
저장