mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r25474: Try and fix the build on Mac OS X 10.4.9.
Shuffle sa_family_t around. Jeremy. (This used to be commit f1b8c5de0ae96e04e340029f5cd544de9ac57b32)
This commit is contained in:
parent
31adfe3446
commit
c7da0dced6
@ -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