Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73127 | Differences between
and this patch

Collapse All | Expand All

(-)jed-0.99-16/src/pty.c (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
#include <errno.h>
19
#include <errno.h>
20
20
21
#if !defined (__linux__) && !defined(__CYGWIN__) && defined(HAVE_GRANTPT)
21
#if !defined (__linux__) && !defined(__MACH__) && !defined(__CYGWIN__) && defined(HAVE_GRANTPT)
22
# define USE_SYSV_PTYS
22
# define USE_SYSV_PTYS
23
# include <sys/types.h>
23
# include <sys/types.h>
24
# include <stropts.h>
24
# include <stropts.h>

Return to bug 73127