mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
(This used to be commit 00f09d851c
)
This commit is contained in:
parent
21bdd5833e
commit
f9d077cfb3
@ -151,6 +151,13 @@ int rep_setegid(gid_t);
|
||||
void rep_setlinebuf(FILE *);
|
||||
#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
|
||||
#define strcasestr rep_strcasestr
|
||||
char *rep_strcasestr(const char *haystack, const char *needle);
|
||||
|
Loading…
Reference in New Issue
Block a user