summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorrsc <rsc>2006-07-17 01:53:43 +0000
committerrsc <rsc>2006-07-17 01:53:43 +0000
commite0966f459f5543faf9e574b7415bec2bf11e6b42 (patch)
tree029614f36bceca5bd0d5793eccfbcb37bac72516 /defs.h
parentb5ee516575b4d2f1fd7de014230fee7cf8b6b538 (diff)
downloadxv6-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index 2e74f84..9d7a94f 100644
--- a/defs.h
+++ b/defs.h
@@ -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;