summaryrefslogtreecommitdiff
path: root/sys/src/boot/pc/fns.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-02-17 21:48:51 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2013-02-17 21:48:51 +0100
commit364f1f78d4a7893da440e6eb68b905b6d9b9418c (patch)
treed776ef67fbd5f166ac827a9dec14c04214679807 /sys/src/boot/pc/fns.h
parentec15df1d81876c6f0980f4f80ed6c2d27be6b247 (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.h1
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 */