Bug #535 ยป src-private.patch
private.h (working copy) | ||
---|---|---|
130 | 130 |
#endif /* !defined FILENAME_MAX */ |
131 | 131 | |
132 | 132 |
/* |
133 |
** SunOS 4.1.1 libraries lack remove. |
|
134 |
*/ |
|
135 | ||
136 |
#ifndef remove |
|
137 |
extern int unlink P((const char * filename)); |
|
138 |
#define remove unlink |
|
139 |
#endif /* !defined remove */ |
|
140 | ||
141 |
/* |
|
142 | 133 |
** Some ancient errno.h implementations don't declare errno. |
143 | 134 |
** But some newer errno.h implementations define it as a macro. |
144 | 135 |
** Fix the former without affecting the latter. |