From: Richard M. Stallman Date: Wed, 18 Jan 1995 23:23:58 +0000 (+0000) Subject: Don't include sys/param.h. X-Git-Tag: emacs-19.34~5395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2dc25e2af5a6dfbb0100cdd68e84b4e1ea1f4b0f;p=emacs.git Don't include sys/param.h. (MAXPATHLEN): Definition deleted. --- diff --git a/src/xrdb.c b/src/xrdb.c index c41caa9c8a1..ea2bdd13c00 100644 --- a/src/xrdb.c +++ b/src/xrdb.c @@ -34,10 +34,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* 1 */ -/* This should be included before the X include files; otherwise, we get - warnings about redefining NULL under BSD 4.3. */ -#include - #include #include #if 0 @@ -53,10 +49,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #include -#ifndef MAXPATHLEN -#define MAXPATHLEN 256 -#endif - #if !defined(S_ISDIR) && defined(S_IFDIR) #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) #endif