diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-28 20:49:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-28 20:49:04 +0000 |
commit | c373cdcf61dca8568c1b163c1ac2ad2325d93453 (patch) | |
tree | 1c857fc55a4364dea2c6e17e9ec04ee1eaa9afd3 /lib | |
parent | 72287ac271ce4990e4b02778d8eab3c5ae4fdc66 (diff) | |
download | coreutils-c373cdcf61dca8568c1b163c1ac2ad2325d93453.tar.xz |
add another FIXME, to make it obvious
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chdir.c b/lib/chdir.c index 2a530b92a..1e73e1e1e 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 |