The branch, master has been updated via 98210e2 s3-nsswitch: Fix warnings on Solaris. from a0e44c3 lib/util: Add hex_encode_buf
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 98210e25e5143cec30b1e4d7a981451a6232f913 Author: Ira Cooper <i...@samba.org> Date: Sun Feb 5 09:47:16 2012 -0500 s3-nsswitch: Fix warnings on Solaris. Add "system/passwd.h" so struct group is declared. Autobuild-User: Ira Cooper <i...@samba.org> Autobuild-Date: Mon Feb 6 18:28:53 CET 2012 on sn-devel-104 ----------------------------------------------------------------------- Summary of changes: nsswitch/winbind_nss_solaris.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Changeset truncated at 500 lines: diff --git a/nsswitch/winbind_nss_solaris.h b/nsswitch/winbind_nss_solaris.h index 0113305..f0cc099 100644 --- a/nsswitch/winbind_nss_solaris.h +++ b/nsswitch/winbind_nss_solaris.h @@ -25,6 +25,7 @@ #include <nss_common.h> #include <nss_dbdefs.h> #include <nsswitch.h> +#include "system/passwd.h" typedef nss_status_t NSS_STATUS; -- Samba Shared Repository