diff options
author | rsc <rsc> | 2006-07-17 01:53:43 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-07-17 01:53:43 +0000 |
commit | e0966f459f5543faf9e574b7415bec2bf11e6b42 (patch) | |
tree | 029614f36bceca5bd0d5793eccfbcb37bac72516 /defs.h | |
parent | b5ee516575b4d2f1fd7de014230fee7cf8b6b538 (diff) | |
download | xv6-labs-e0966f459f5543faf9e574b7415bec2bf11e6b42.tar.gz xv6-labs-e0966f459f5543faf9e574b7415bec2bf11e6b42.tar.bz2 xv6-labs-e0966f459f5543faf9e574b7415bec2bf11e6b42.zip |
no more cons_putc; real_cons_putc -> cons_putc
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ void kinit(void); // console.c void cprintf(char *fmt, ...); void panic(char *s); -void cons_putc(int); // proc.c struct proc; |