X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/ad7fbf45c5bba1502237bd4665b0296ce0150734..7481fc9c5a603e35a6972c0be07d18d507e5dd50:/fattr.c diff --git a/fattr.c b/fattr.c index adf052d..b27e9b8 100644 --- a/fattr.c +++ b/fattr.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: fattr.c,v 1.3 2002/01/13 14:50:22 mdw Exp $ + * $Id: fattr.c,v 1.4 2004/04/08 01:36:25 mdw Exp $ * * Handling of file attributes * @@ -26,21 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: fattr.c,v $ - * Revision 1.3 2002/01/13 14:50:22 mdw - * Delimiter-setting function names change. - * - * Revision 1.2 1999/08/19 18:32:48 mdw - * Improve lexical analysis. In particular, `chmod' patterns don't have to - * be quoted any more. - * - * Revision 1.1 1999/07/26 23:33:56 mdw - * Support code for new design. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "config.h"