pkgsrc/x11/hanterm/patches/patch-aa
fredb b99e98ee19 Should be OK to include <sys/param.h> unconditionally in "misc.c", to get
the proper definition of "BSD", since it's already done so in "main.c".
2001-05-03 18:46:07 +00:00

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>