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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- motif-2.3.8/lib/Xm/XpmI.h
0
++ motif-2.3.8/lib/Xm/XpmI.h
Lines 129-135 Link Here
129
extern FILE *popen();
129
extern FILE *popen();
130
#endif
130
#endif
131
131
132
#if defined(SYSV) || defined(SVR4) || defined(VMS) || defined(WIN32) || defined (_SVID_SOURCE)
132
#if defined(HAVE_STRING_H)
133
#include <string.h>
133
#include <string.h>
134
134
135
#ifndef index
135
#ifndef index
Lines 140-146 Link Here
140
#define rindex strrchr
140
#define rindex strrchr
141
#endif
141
#endif
142
142
143
#else  /* defined(SYSV) || defined(SVR4) || defined(VMS) */
143
#else
144
#include <strings.h>
144
#include <strings.h>
145
#endif
145
#endif
146
146

Return to bug 870799