15 lines
333 B
Text
15 lines
333 B
Text
$NetBSD: patch-aa,v 1.7 2004/03/18 16:42:36 xtraeme Exp $
|
|
|
|
--- src/jprocess.c.orig 2004-03-18 16:39:02.000000000 +0000
|
|
+++ src/jprocess.c 2004-03-18 16:39:57.000000000 +0000
|
|
@@ -58,8 +58,10 @@
|
|
|
|
#ifdef REALLY_HAVE_TERMIOS_H
|
|
# ifndef __os2__
|
|
+# ifndef __FreeBSD__
|
|
# define USE_PTY
|
|
# endif
|
|
+# endif
|
|
#endif
|
|
|
|
#include "buffer.h"
|