commit 3088012119949110f760303b77b8c355567eba41 parent 0070bb81c4729c1414a93534282d7840e83d88b0 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(-)
diff --git a/src/cmd/db/setup.c b/src/cmd/db/setup.c @@ -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)