X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/892c65ca69856a0d1f7202e987b7a728979a6387..8bdddfb748c3e176150241f5f2389b78b9885233:/src/netg.c diff --git a/src/netg.c b/src/netg.c index f211389..0202ebc 100644 --- a/src/netg.c +++ b/src/netg.c @@ -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));