mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
r25474: Try and fix the build on Mac OS X 10.4.9.
Shuffle sa_family_t around. Jeremy.
This commit is contained in:
parent
2a8f3dd550
commit
f1b8c5de0a
@ -1262,8 +1262,4 @@ void exit_server_fault(void) NORETURN_ATTRIBUTE ;
|
||||
#include "libnscd.h"
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SA_FAMILY_T
|
||||
typedef unsigned short int sa_family_t;
|
||||
#endif
|
||||
|
||||
#endif /* _INCLUDES_H */
|
||||
|
@ -118,4 +118,8 @@ char *rep_inet_ntoa(struct in_addr ip);
|
||||
#define INET6_ADDRSTRLEN 46
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SA_FAMILY_T
|
||||
typedef unsigned short int sa_family_t;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user