Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66081 Details for
Bug 73127
jed-0.99.16-r2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use __MACH__ to determine defines
jed-0.99.16-mach.patch (text/plain), 479 bytes, created by
Mike Z.
on 2005-08-16 08:08:48 UTC
(
hide
)
Description:
use __MACH__ to determine defines
Filename:
MIME Type:
Creator:
Mike Z.
Created:
2005-08-16 08:08:48 UTC
Size:
479 bytes
patch
obsolete
>diff -ur jed-0.99-16/src/pty.c jed-0.99-16-patched/src/pty.c >--- jed-0.99-16/src/pty.c 2002-10-20 14:55:31.000000000 +0800 >+++ jed-0.99-16-patched/src/pty.c 2005-08-16 21:48:28.000000000 +0800 >@@ -18,7 +18,7 @@ > > #include <errno.h> > >-#if !defined (__linux__) && !defined(__CYGWIN__) && defined(HAVE_GRANTPT) >+#if !defined (__linux__) && !defined(__MACH__) && !defined(__CYGWIN__) && defined(HAVE_GRANTPT) > # define USE_SYSV_PTYS > # include <sys/types.h> > # include <stropts.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 73127
: 66081 |
66082