NetBSD doesn't support streams either.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@35092 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2012-04-20 08:35:30 +00:00
parent 7b81179dce
commit 906750c769
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-04-20 Riccardo Motto.a <rm@gnu.org>
* Modules/Debuggers/ProjectCenter/PTYView.m
NetBSD doesn't support streams either.
2012-04-17 Riccardo Mottola <rm@gnu.org>
* Modules/Debuggers/ProjectCenter/PTYView.m

View file

@ -42,7 +42,7 @@
#include <stdlib.h>
#include <string.h>
#if !defined(__OpenBSD__) && !defined(__FreeBSD__)
#if !defined(__OpenBSD__) && !defined(__FreeBSD__) && !(defined (__NetBSD__))
#include <stropts.h>
#endif