diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-04-23 11:16:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:28 -0500 |
commit | ba6f1b1f9e03195b9f978ac2c5f0957526df0eae (patch) | |
tree | b44f1dff57b03243d0a122ca0fc41a57b4b971e8 | |
parent | 817aa0bea3fde1a260d96e17a01f59fdc8d5df77 (diff) | |
download | samba-ba6f1b1f9e03195b9f978ac2c5f0957526df0eae.tar.gz samba-ba6f1b1f9e03195b9f978ac2c5f0957526df0eae.tar.bz2 samba-ba6f1b1f9e03195b9f978ac2c5f0957526df0eae.zip |
r15175: Try to get Stratus VOS back to build. Thanks, Paul.
Volker
(This used to be commit 74511aed221d7f9856fed7532f24c789c49c8175)
-rw-r--r-- | source3/nsswitch/winbind_nss_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbind_nss_config.h b/source3/nsswitch/winbind_nss_config.h index 0400b2fb36..66e38513fd 100644 --- a/source3/nsswitch/winbind_nss_config.h +++ b/source3/nsswitch/winbind_nss_config.h @@ -159,6 +159,7 @@ typedef int BOOL; #endif #ifndef HAVE_SOCKLEN_T_TYPE +#define HAVE_SOCKLEN_T_TYPE typedef int socklen_t; #endif |