X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fchdir-long.c;h=aeae25263bf1d3a2df770f2c0757190553abe4f5;hb=f1fcb8539c9d1c7d9cefb25ce5c07a099ea1f148;hp=50cae34b5677835958e8cb61c7907c7789260749;hpb=efc9686904177e6644b5528c4703f378daaee0b0;p=gnulib.git diff --git a/lib/chdir-long.c b/lib/chdir-long.c index 50cae34b5..aeae25263 100644 --- a/lib/chdir-long.c +++ b/lib/chdir-long.c @@ -1,10 +1,10 @@ /* provide a chdir function that tries not to fail due to ENAMETOOLONG - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 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 @@ -12,14 +12,11 @@ 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* written by Jim Meyering */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "chdir-long.h" @@ -31,7 +28,6 @@ #include #include -#include "memrchr.h" #include "openat.h" #ifndef PATH_MAX @@ -263,6 +259,6 @@ main (int argc, char *argv[]) /* Local Variables: -compile-command: "gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall chdir-long.c libcoreutils.a" +compile-command: "gcc -DTEST_CHDIR=1 -g -O -W -Wall chdir-long.c libcoreutils.a" End: */