From 490d129f4ad49dd6682bc424a067a96cb4473a21 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 15 Nov 2003 17:04:10 +0000 Subject: * include/limits.h: Revert unsanctioned changes below. * include/cygwin/config.h: Ditto. * include/sys/param.h: Ditto. --- winsup/cygwin/include/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/include/sys/param.h') diff --git a/winsup/cygwin/include/sys/param.h b/winsup/cygwin/include/sys/param.h index e067bbf95..811b5ee56 100644 --- a/winsup/cygwin/include/sys/param.h +++ b/winsup/cygwin/include/sys/param.h @@ -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 -- cgit v1.2.3