mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
STABLE14-snprintf-needs-arpa-inet-20060315
FIXES 28226 include arpa/inet.h so we get inet_addr prototype (cherry picked from commit c6203bc67e31d40a95f7ef5a4689d1d6b1b2ccd9)
This commit is contained in:
parent
de77645223
commit
b9b6e8f600
@ -30,6 +30,7 @@ extern int mrafsStyleLogs;
|
||||
extern int serverLogSyslog;
|
||||
extern int serverLogSyslogFacility;
|
||||
extern char *serverLogSyslogTag;
|
||||
#include <arpa/inet.h> /* for inet_ntoa() */
|
||||
#endif
|
||||
extern void vFSLog(const char *format, va_list args);
|
||||
extern void SetLogThreadNumProgram(int (*func) () );
|
||||
|
Loading…
x
Reference in New Issue
Block a user