This commit is contained in:
rsc 2007-08-27 12:48:20 +00:00
parent 8e67005320
commit 7bb73cdbc7
3 changed files with 5 additions and 3 deletions

2
defs.h
View file

@ -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);