X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funlinkdir.h;h=10c4e5f6560b7365a422ec94393a266b9b67df8f;hb=4f9d80b9d8004f0fcedf3525e268abaa24b8b4a9;hp=f705f12336c50513654e1fb56b47d17ff75b3581;hpb=0a335d096a69ab6b41b879cc15c720e37991a93a;p=gnulib.git diff --git a/lib/unlinkdir.h b/lib/unlinkdir.h index f705f1233..10c4e5f65 100644 --- a/lib/unlinkdir.h +++ b/lib/unlinkdir.h @@ -2,10 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This program 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, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,15 +13,14 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Paul Eggert and Jim Meyering. */ #include #if UNLINK_CANNOT_UNLINK_DIR -static bool cannot_unlink_dir (void) { return true; } +# define cannot_unlink_dir() true #else bool cannot_unlink_dir (void); #endif