tadd declaration for elfdl386mapdl. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit bdfd1b275bb56b8710680a319b87201e4fa71956
(DIR) parent d0f5cbcf04ffd9e35386e831a18584bad0d7d286
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 7 Jan 2005 04:03:29 +0000
add declaration for elfdl386mapdl.
Diffstat:
M src/libmach/cmdline.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/libmach/cmdline.c b/src/libmach/cmdline.c
t@@ -11,7 +11,7 @@ Regs *correg;
Map *symmap;
Map *cormap;
-int
+static int
alldigs(char *s)
{
while(*s){
t@@ -181,6 +181,7 @@ attachcore(Fhdr *hdr)
int
attachdynamic(void)
{
+extern void elfdl386mapdl(void);
elfdl386mapdl();
return 0;
}