1
0
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:
Jeremy Allison 2007-10-02 20:04:14 +00:00 committed by Gerald (Jerry) Carter
parent 31adfe3446
commit c7da0dced6
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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