* include/limits.h: Revert unsanctioned changes below.

* include/cygwin/config.h: Ditto.
* include/sys/param.h: Ditto.
This commit is contained in:
Christopher Faylor
2003-11-15 17:04:10 +00:00
parent 5cdbbdb385
commit 490d129f4a
4 changed files with 10 additions and 4 deletions

View File

@ -31,7 +31,7 @@
/* This is defined to be the same as MAX_PATH which is used internally.
The Posix version is PATH_MAX. */
#define MAXPATHLEN (4096 - 1 /*NUL*/)
#define MAXPATHLEN (260 - 1 /*NUL*/)
/* This is the number of bytes per block given in the st_blocks stat member.
It should be in sync with S_BLKSIZE in sys/stat.h. S_BLKSIZE is the