Light fixes for strange building.
[become] / src / userdb.c
index 88b1cce..8af1f6c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: userdb.c,v 1.9 2003/10/12 00:14:55 mdw Exp $
+ * $Id: userdb.c,v 1.10 2003/10/12 00:39:16 mdw Exp $
  *
  * User database management
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: userdb.c,v $
+ * Revision 1.10  2003/10/12 00:39:16  mdw
+ * Light fixes for strange building.
+ *
  * Revision 1.9  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.
@@ -837,7 +840,7 @@ void dumpit(const char *msg)
 int main(void)
 {
   ego("userdb-test");
-  traceon(stdout, TRACE_ALL);
+  trace_on(stdout, TRACE_ALL);
   userdb_init();
   userdb_local();
   userdb_yp();