30 Jun 2012 13:20
[SCM] Samba Shared Repository - branch v3-5-test updated
Karolin Seeger <kseeger <at> samba.org>
2012-06-30 11:20:09 GMT
2012-06-30 11:20:09 GMT
The branch, v3-5-test has been updated
via 9658d8e s3: fix build on HP-UX
from 6fa785d s3-vfs_gpfs: Fix bug #9003, posix acl on gpfs
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test
- Log -----------------------------------------------------------------
commit 9658d8e13dc045a338a7b1496a6cc3ce5ed0e704
Author: Björn Jacke <bj <at> sernet.de>
Date: Thu Jun 10 17:19:16 2010 +0200
s3: fix build on HP-UX
this struct member h_errno is not used in the HP-UX code paths, it was just
there because Solaris has it, too. As h_errno is a function call macro on HP-UX
when thread support is enabled we run into trouble here. Just commenting it out
should be okay as we don't use it anyway.
(cherry picked from commit ec94efb79d4516b09c7d1d93a4ff8ce0f7046f41)
Fix bug #9011 - Build on HP-UX broken.
-----------------------------------------------------------------------
Summary of changes:
nsswitch/winbind_nss_hpux.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/nsswitch/winbind_nss_hpux.h b/nsswitch/winbind_nss_hpux.h
(Continue reading)
RSS Feed