diff lib/pty.c @ 738:4029ab7f13e4

2006-5-14 Brian Masney <masneyb@gftp.org> * lib/fsplib/lock.c lib/pty.c - compile fixes under NetBSD (from Matthias Scheler tron@zhadum.de>) (closes #168984)
author masneyb
date Sun, 14 May 2006 16:29:00 +0000
parents 1504cfdd5d55
children 6968041e4b82
line wrap: on
line diff
--- a/lib/pty.c	Sat May 06 06:45:20 2006 +0000
+++ b/lib/pty.c	Sun May 14 16:29:00 2006 +0000
@@ -61,7 +61,7 @@
 
 #elif HAVE_GRANTPT
 
-#ifndef __FreeBSD__
+#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__))
 #include <stropts.h>
 #endif