mirror of
https://github.com/samba-team/samba.git
synced 2025-01-01 21:18:10 +03:00
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
This commit is contained in:
parent
e0e44bfadb
commit
00f09d851c
@ -151,6 +151,13 @@ int rep_setegid(gid_t);
|
|||||||
void rep_setlinebuf(FILE *);
|
void rep_setlinebuf(FILE *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_VSYSLOG
|
||||||
|
#ifdef HAVE_SYSLOG
|
||||||
|
#define vsyslog rep_vsyslog
|
||||||
|
void rep_vsyslog (int facility_priority, char *format, va_list arglist);
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_STRCASESTR
|
#ifndef HAVE_STRCASESTR
|
||||||
#define strcasestr rep_strcasestr
|
#define strcasestr rep_strcasestr
|
||||||
char *rep_strcasestr(const char *haystack, const char *needle);
|
char *rep_strcasestr(const char *haystack, const char *needle);
|
||||||
|
Loading…
Reference in New Issue
Block a user