diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-21 00:42:08 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-21 00:42:08 +0000 |
commit | e7d3e20912baa82965108997013710223152772c (patch) | |
tree | 02d4ed8e367319884582025cb1da2f4c45a05190 /sys/src/9/omap/archomap.c | |
parent | 9adf75a7091c7bd2afefbeba62a2525d50df4404 (diff) |
remove keyboard stuff from other ports, make openssl and python compile on arm
Diffstat (limited to 'sys/src/9/omap/archomap.c')
-rw-r--r-- | sys/src/9/omap/archomap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/src/9/omap/archomap.c b/sys/src/9/omap/archomap.c index 0f20d50a6..9a568ef67 100644 --- a/sys/src/9/omap/archomap.c +++ b/sys/src/9/omap/archomap.c @@ -1282,11 +1282,6 @@ archreboot(void) } void -kbdinit(void) -{ -} - -void lastresortprint(char *buf, long bp) { iprint("%.*s", (int)bp, buf); /* nothing else seems to work */ |