Light fixes for strange building.
[become] / src / name.c
index bd49ab9..cc9d98f 100644 (file)
@@ -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();