diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-02-17 21:48:51 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-02-17 21:48:51 +0100 |
commit | 364f1f78d4a7893da440e6eb68b905b6d9b9418c (patch) | |
tree | d776ef67fbd5f166ac827a9dec14c04214679807 /sys/src/boot/pc/fns.h | |
parent | ec15df1d81876c6f0980f4f80ed6c2d27be6b247 (diff) |
9boot: make print handle \n -> \r\n conversion, style
Diffstat (limited to 'sys/src/boot/pc/fns.h')
-rw-r--r-- | sys/src/boot/pc/fns.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/boot/pc/fns.h b/sys/src/boot/pc/fns.h index c4a46b1fc..760a51250 100644 --- a/sys/src/boot/pc/fns.h +++ b/sys/src/boot/pc/fns.h @@ -1,7 +1,6 @@ /* handy strings in l.s */ extern char origin[]; extern char hex[]; -extern char crnl[]; extern char bootname[]; /* l.s */ |