From: mdw Date: Thu, 7 Aug 1997 09:56:37 +0000 (+0000) Subject: (Log entry for previous version is bogus.) Minor changes to host X-Git-Tag: 1.3.3~128 X-Git-Url: https://git.distorted.org.uk/~mdw/become/commitdiff_plain/4f67acfa86d58a233bc886e93a841aaf60a2b41b (Log entry for previous version is bogus.) Minor changes to host checking code. --- diff --git a/src/class.c b/src/class.c index 3ee5f7d..faae653 100644 --- a/src/class.c +++ b/src/class.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: class.c,v 1.3 1997/08/07 09:49:38 mdw Exp $ + * $Id: class.c,v 1.4 1997/08/07 09:56:37 mdw Exp $ * * Handling classes of things nicely * @@ -29,9 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: class.c,v $ - * Revision 1.3 1997/08/07 09:49:38 mdw - * Extensive modifications to handle netgroups. Also sanitise user and group - * names before adding them to the symbol table. + * Revision 1.4 1997/08/07 09:56:37 mdw + * (Log entry for previous version is bogus.) Minor changes to host + * checking code. * * Revision 1.2 1997/08/04 10:24:21 mdw * Sources placed under CVS control.