1
0
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:
Jeremy Allison 2007-10-02 20:04:14 +00:00 committed by Gerald (Jerry) Carter
parent 2a8f3dd550
commit f1b8c5de0a
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