tsymopen - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3088012119949110f760303b77b8c355567eba41
DIR parent 0070bb81c4729c1414a93534282d7840e83d88b0
HTML Author: rsc <devnull@localhost>
Date: Fri, 7 Jan 2005 23:11:11 +0000
symopen
Diffstat:
M src/cmd/db/setup.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/src/cmd/db/setup.c b/src/cmd/db/setup.c
t@@ -15,8 +15,8 @@ Map *dotmap;
void
setsym(void)
{
- if(symhdr && syminit(symhdr) < 0)
- dprint("syminit: %r\n");
+ if(symhdr && symopen(symhdr) < 0)
+ dprint("symopen: %r\n");
/*
Symbol s;
if (mach->sbreg && lookup(0, mach->sbreg, &s) < 0)