param.h not needed
This commit is contained in:
parent
7f647bd84c
commit
d9b88bd332
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2013/03/11 11:02:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2014/10/13 19:04:46 sthen Exp $
|
||||
|
||||
COMMENT= powerful programming editor
|
||||
|
||||
DISTNAME= xwpe-1.5.30a
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= editors
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/editors/X/} \
|
||||
|
@ -1,17 +1,7 @@
|
||||
$OpenBSD: patch-we_fl_unix_c,v 1.2 2008/12/09 10:46:35 jasper Exp $
|
||||
$OpenBSD: patch-we_fl_unix_c,v 1.3 2014/10/13 19:04:46 sthen Exp $
|
||||
--- we_fl_unix.c.orig Tue Dec 9 11:35:46 2008
|
||||
+++ we_fl_unix.c Tue Dec 9 11:36:54 2008
|
||||
@@ -12,6 +12,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
||||
struct dirfile *e_make_win_list(FENSTER * f);
|
||||
extern char *e_tmp_dir;
|
||||
@@ -3532,7 +3535,12 @@ struct dirfile *e_make_funct(char *man)
|
||||
@@ -3532,7 +3532,12 @@ struct dirfile *e_make_funct(char *man)
|
||||
}
|
||||
if ((!manpath) || (manpath[0] == '\0'))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user