From: Paul Eggert Date: Mon, 30 May 2005 07:30:51 +0000 (+0000) Subject: Include unconditionally, since other X-Git-Tag: CPPI-1_12~707 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c86717d0dde7f8a3728156a8f05c78543f218bb4;p=thirdparty%2Fcoreutils.git Include unconditionally, since other files have been getting away with it for years (MORE/BSD 4.3 is extinct now). --- diff --git a/lib/pathmax.h b/lib/pathmax.h index f6a973813f..613c56c097 100644 --- a/lib/pathmax.h +++ b/lib/pathmax.h @@ -22,12 +22,7 @@ # include # endif -/* Non-POSIX BSD systems might have gcc's limits.h, which doesn't define - PATH_MAX but might cause redefinition warnings when sys/param.h is - later included (as on MORE/BSD 4.3). */ -# if defined _POSIX_VERSION || !defined __GNUC__ -# include -# endif +# include # ifndef _POSIX_PATH_MAX # define _POSIX_PATH_MAX 256