From 6a4a2506e0a92e54efd33619e61339a953f9e54c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 20 Jan 2006 11:59:06 +0000 Subject: Add -D_GNU_SOURCE to CFLAGS, else openpty picks the XOPEN variant of fd_set --- libutil/openpty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libutil/openpty.c') diff --git a/libutil/openpty.c b/libutil/openpty.c index 7c92bfb19..9a65e56b1 100644 --- a/libutil/openpty.c +++ b/libutil/openpty.c @@ -17,7 +17,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define _GNU_SOURCE #include #include #include -- cgit v1.2.3