Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308238 Details for
Bug 440779
FTBFS aterm-1.0.1-2.fc9
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
aterm patch to remove references to stropts.h and I_PUSH
aterm-1.0.1-stropts.h.patch (text/plain), 894 bytes, created by
Jeff Krebs
on 2008-06-03 14:05:18 UTC
(
hide
)
Description:
aterm patch to remove references to stropts.h and I_PUSH
Filename:
MIME Type:
Creator:
Jeff Krebs
Created:
2008-06-03 14:05:18 UTC
Size:
894 bytes
patch
obsolete
>--- src/command.c 2006-06-26 13:01:20.000000000 -0500 >+++ src/command.c 2008-06-03 08:51:15.000000000 -0500 >@@ -91,7 +91,6 @@ > > #if defined (__svr4__) || defined (__lnx21__) > # include <sys/resource.h> /* for struct rlimit */ >-# include <sys/stropts.h> /* for I_PUSH */ > # define _NEW_TTY_CTRL /* to get proper defines in <termios.h> */ > #endif > >@@ -673,16 +672,7 @@ > exit(EXIT_FAILURE); > } > #if defined (__svr4__) || defined (__lnx21__) >-/* >- * Push STREAMS modules: >- * ptem: pseudo-terminal hardware emulation module. >- * ldterm: standard terminal line discipline. >- * ttcompat: V7, 4BSD and XENIX STREAMS compatibility module. >- */ >- ioctl(fd, I_PUSH, "ptem"); >- ioctl(fd, I_PUSH, "ldterm"); >- ioctl(fd, I_PUSH, "ttcompat"); >-#else /* __svr4__ */ >+ /* __svr4__ */ > { > /* change ownership of tty to real uid and real group */ > #ifndef __CYGWIN32__
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 440779
:
300706
|
300707
|
300708
|
300709
| 308238