mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
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:
parent
7b81179dce
commit
906750c769
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue