Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:i586
openSUSE:12.2:ARM
texcad
xtexcad-2.4-getcwd.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xtexcad-2.4-getcwd.patch of Package texcad
--- FileNom.c +++ FileNom.c 2006-11-09 17:06:32.000000000 +0100 @@ -377,6 +377,13 @@ ClassInitialize() CLASS(selectTranslations) = XtParseTranslationTable(selectTranslations); } +#if defined(SYSV) || defined(__linux__) + extern char *getcwd(); +#define getwd(buf) getcwd(buf,MAXPATHLEN) +#else + extern char *getwd(); +#endif + /* ARGSUSED */ static void Initialize(req, new, args, num_args) @@ -391,13 +398,6 @@ Initialize(req, new, args, num_args) String dir, menuList, p, q; Dimension width, height; -#ifdef SYSV - extern char *getcwd(); -#define getwd(buf) getcwd(buf,MAXPATHLEN) -#else - extern char *getwd(); -#endif - List(new) = NULL; Nomination(new).directoryPart = NULL; Nomination(new).filenamePart = NULL;
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