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

Collapse All | Expand All

(-)a/src/common/h-system.h (-11 lines)
Lines 104-120 Link Here
104
104
105
#ifdef SET_UID
105
#ifdef SET_UID
106
106
107
# ifdef USG
108
#  include <string.h>
109
# else
110
#  include <strings.h>
111
extern char *strstr();
112
extern char *strchr();
113
extern char *strrchr();
114
# endif
115
116
#else
117
118
# include <string.h>
107
# include <string.h>
119
108
120
#endif
109
#endif

Return to bug 139020