e763010bd8
problems under NetBSD-current.
13 lines
432 B
Text
13 lines
432 B
Text
$NetBSD: patch-ac,v 1.12 2002/08/01 13:25:55 tron Exp $
|
|
|
|
--- zvt/subshell-includes.h.orig Fri Jun 15 02:04:52 2001
|
|
+++ zvt/subshell-includes.h Thu Aug 1 15:15:35 2002
|
|
@@ -3,7 +3,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <fcntl.h> /* for close-on-exec stuff */
|
|
-#ifndef _XOPEN_SOURCE
|
|
+#if !defined(__NetBSD__) && !defined(_XOPEN_SOURCE)
|
|
#define _XOPEN_SOURCE 1
|
|
#endif
|
|
#define __EXTENSIONS__ 1 /* needed for winsize struct
|