Light fixes for strange building.
[become] / src / netg.c
index f211389..0202ebc 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: netg.c,v 1.5 2003/10/12 00:14:55 mdw Exp $
+ * $Id: netg.c,v 1.6 2003/10/12 00:39:16 mdw Exp $
  *
  * A local database of netgroups
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: netg.c,v $
+ * Revision 1.6  2003/10/12 00:39:16  mdw
+ * Light fixes for strange building.
+ *
  * Revision 1.5  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.
@@ -681,7 +684,7 @@ int main(void)
 {
   netg *n;
   ego("netg-test");
-  traceon(stderr, TRACE_ALL);
+  trace_on(stderr, TRACE_ALL);
   netg_init();
   for (netg_iterate(); (n = netg_next()) != 0; ) {
     fprintf(stderr, "netgroup %s\n", netg_name(n));