From: Jim Meyering Date: Sun, 28 Nov 2004 20:49:04 +0000 (+0000) Subject: add another FIXME, to make it obvious X-Git-Tag: v5.3.0~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c373cdcf61dca8568c1b163c1ac2ad2325d93453;p=thirdparty%2Fcoreutils.git add another FIXME, to make it obvious --- diff --git a/lib/chdir.c b/lib/chdir.c index 2a530b92a1..1e73e1e1ef 100644 --- a/lib/chdir.c +++ b/lib/chdir.c @@ -49,7 +49,7 @@ # endif #endif -/* This use of `MIN' is our sole concession to arbitrary limitations. +/* FIXME: this use of `MIN' is our sole concession to arbitrary limitations. If, for some system, PATH_MAX is larger than 8191 and you call rpl_chdir with a directory name that is longer than PATH_MAX, yet that contains a single component that is more than 8191 bytes