# HG changeset patch # User Richard M. Stallman # Date 790471438 0 # Node ID 4f1637fdc916f5d45627b1df980bf39aea0cb552 # Parent 8a21a21c3163f5066fdf008e169517670d4d8d68 Don't include sys/param.h. (MAXPATHLEN): Definition deleted. diff -r 8a21a21c3163 -r 4f1637fdc916 src/xrdb.c --- a/src/xrdb.c Wed Jan 18 23:07:22 1995 +0000 +++ b/src/xrdb.c Wed Jan 18 23:23:58 1995 +0000 @@ -34,10 +34,6 @@ #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 @@ #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