b99e98ee19
the proper definition of "BSD", since it's already done so in "main.c".
15 lines
371 B
Text
15 lines
371 B
Text
$NetBSD: patch-aa,v 1.2 2001/05/03 18:46:08 fredb Exp $
|
|
|
|
--- misc.c.orig Tue Jun 1 15:46:49 1999
|
|
+++ misc.c
|
|
@@ -35,10 +35,7 @@
|
|
#include <pwd.h>
|
|
#include <errno.h>
|
|
|
|
-/* added by cjh. for detecting *BSD family correctly */
|
|
-#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
|
#include <sys/param.h>
|
|
-#endif
|
|
|
|
#include <X11/Xatom.h>
|
|
#include <X11/cursorfont.h>
|