X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpathmax.h;h=610cabbab3282bb1a48c6cc0fde087ddddb896db;hb=718991da5f5026e1a8ce2efcca58359d9b67b2f5;hp=f18d7600f200cb8fd3684b42617e01ec72fdd48a;hpb=7f4b1f45ce477f8374d382bd75f5f0a7e865e2c6;p=gnulib.git diff --git a/lib/pathmax.h b/lib/pathmax.h index f18d7600f..610cabbab 100644 --- a/lib/pathmax.h +++ b/lib/pathmax.h @@ -1,5 +1,6 @@ /* Define PATH_MAX somehow. Requires sys/types.h. - Copyright (C) 1992, 1999, 2001, 2003, 2005, 2009 Free Software Foundation, Inc. + Copyright (C) 1992, 1999, 2001, 2003, 2005, 2009-2010 Free Software + Foundation, Inc. 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 @@ -28,7 +29,7 @@ # if !defined PATH_MAX && defined _PC_PATH_MAX && defined HAVE_PATHCONF # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \ - : pathconf ("/", _PC_PATH_MAX)) + : pathconf ("/", _PC_PATH_MAX)) # endif /* Don't include sys/param.h if it already has been. */