nits
This commit is contained in:
parent
8e67005320
commit
7bb73cdbc7
3 changed files with 5 additions and 3 deletions
2
defs.h
2
defs.h
|
|
@ -23,7 +23,7 @@ void kbd_intr(void);
|
|||
void panic(char*) __attribute__((noreturn));
|
||||
|
||||
// exec.c
|
||||
int exec(char*, char**);
|
||||
int exec(char*, char**);
|
||||
|
||||
// file.c
|
||||
struct file* filealloc(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue