Project

General

Profile

Bug #535 ยป src-private.patch

Redmine Admin, 01 Jan 2008 03:13

View differences:

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.
    (1-1/1)