summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-27 12:48:20 +0000
committerrsc <rsc>2007-08-27 12:48:20 +0000
commit7bb73cdbc78a1f0df07539125e681c084b66d876 (patch)
treefe81a7404feba32d384dff35c83d9662af018dd1 /defs.h
parent8e67005320c56cac63654bcf61a8128bd89e4ff9 (diff)
downloadxv6-labs-7bb73cdbc78a1f0df07539125e681c084b66d876.tar.gz
xv6-labs-7bb73cdbc78a1f0df07539125e681c084b66d876.tar.bz2
xv6-labs-7bb73cdbc78a1f0df07539125e681c084b66d876.zip
nits
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index cbacf61..af22433 100644
--- a/defs.h
+++ b/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);