X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/9b699b2801a569093da31c2a856bcbda945987c7..858a73afbf5018d74920761f7015ac2e7d3987b6:/fattr.c diff --git a/fattr.c b/fattr.c index adf052d..71fcd24 100644 --- a/fattr.c +++ b/fattr.c @@ -1,66 +1,30 @@ /* -*-c-*- * - * $Id: fattr.c,v 1.3 2002/01/13 14:50:22 mdw Exp $ - * * Handling of file attributes * * (c) 1999 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * - * This file is part of the `fw' port forwarder. + * This file is part of the `fwd' port forwarder. * - * `fw' is free software; you can redistribute it and/or modify + * `fwd' is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * - * `fw' is distributed in the hope that it will be useful, + * + * `fwd' is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License - * along with `fw'; if not, write to the Free Software Foundation, + * along with `fwd'; if not, write to the Free Software Foundation, * 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" - -#include -#include -#include -#include -#include - -#include -#include -#include - -#include -#include - -#include "conf.h" -#include "fattr.h" -#include "scan.h" +#include "fwd.h" /*----- Global variables --------------------------------------------------*/