View | Details | Raw Unified | Return to bug 397 | Differences between
and this patch

Collapse All | Expand All

(-)openbsd-compat/strsep.h (+5 lines)
Lines 5-10 Link Here
5
5
6
#include "config.h"
6
#include "config.h"
7
7
8
/* Some releases of AIX 4.3 have strsep but don't define the prototype */
9
#ifdef _AIX
10
# undef HAVE_STRSEP
11
#endif
12
8
#ifndef HAVE_STRSEP
13
#ifndef HAVE_STRSEP
9
char *strsep(char **stringp, const char *delim);
14
char *strsep(char **stringp, const char *delim);
10
#endif /* HAVE_STRSEP */
15
#endif /* HAVE_STRSEP */

Return to bug 397