Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
xjdic
xjdic-powerpc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xjdic-powerpc.patch of Package xjdic
--- xjdic/xjdfrontend.c.~1~ Fri Sep 7 00:40:51 2001 +++ xjdic/xjdfrontend.c Fri Sep 7 00:42:48 2001 @@ -265,14 +265,20 @@ void cbreakoff() { +#if !defined(__powerpc__) ioctlorig(); - /*system("stty -cbreak echo");*/ +#else + system("stty -cbreak echo"); +#endif } void cbreakon() { +#if !defined(__powerpc__) ioctlraw(); - /*system("stty cbreak -echo");*/ +#else + system("stty cbreak -echo"); +#endif } int getcharxx()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor