head	1.3;
access;
symbols
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.05.17.06.58.11;	author vs;	state dead;
branches;
next	1.2;

1.2
date	2003.03.23.19.10.01;	author arved;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.21.00.47.27;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 3.6-3
- Change MAINTAINER to submitter

PR:		ports/66618
Submitted by:	Chris Burkert
@
text
@--- platforms/unix/plugins/PseudoTTYPlugin/openpty.h.orig	Tue Jan 14 16:02:55 2003
+++ platforms/unix/plugins/PseudoTTYPlugin/openpty.h	Tue Jan 14 16:03:09 2003
@@@@ -45,7 +45,10 @@@@
 # elif defined(HAVE_LIBUTIL_H)
 #   include <libutil.h>		/* openpty() on FreeBSD */
 # else
-#   error: cannot find headers for openpty()
+#   include <sys/types.h>
+#   include <sys/ioctl.h>
+#   include <termios.h>
+#   include <libutil.h>
 # endif
 
 #else /* !HAVE_OPENPTY */
@


1.2
log
@Update to 3.2-5

PR:		48918, 47096
Submitted by:	maintainer
@
text
@@


1.1
log
@upgrade to 3.2-4
change maintainer email

PR:		42634
Submitted by:	maintainer
@
text
@d1 5
a5 5
--- platforms/unix/plugins/PseudoTTYPlugin/openpty.h.orig	Tue Sep 10 13:38:07 2002
+++ platforms/unix/plugins/PseudoTTYPlugin/openpty.h	Tue Sep 10 13:38:52 2002
@@@@ -43,7 +43,10 @@@@
 # elif defined(HAVE_UTIL_H)
 #   include <util.h>		/* openpty() */
@

