X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/892c65ca69856a0d1f7202e987b7a728979a6387..8bdddfb748c3e176150241f5f2389b78b9885233:/src/name.c diff --git a/src/name.c b/src/name.c index bd49ab9..cc9d98f 100644 --- a/src/name.c +++ b/src/name.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: name.c,v 1.8 2003/10/12 00:14:55 mdw Exp $ + * $Id: name.c,v 1.9 2003/10/12 00:39:16 mdw Exp $ * * Looking up of names in symbol tables * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: name.c,v $ + * Revision 1.9 2003/10/12 00:39:16 mdw + * Light fixes for strange building. + * * Revision 1.8 2003/10/12 00:14:55 mdw * Major overhaul. Now uses DSA signatures rather than the bogus symmetric * encrypt-and-hope thing. Integrated with mLib and Catacomb. @@ -468,7 +471,7 @@ void name_dump(void) int main(void) { ego("name-test"); - traceon(stdout, TRACE_ALL); + trace_on(stdout, TRACE_ALL); userdb_init(); userdb_local(); userdb_yp();