Samba-2.2.0 on HP-UX 11.00

Herb Lewis herb at chomps.engr.sgi.com
Fri Apr 20 15:39:04 GMT 2001


Don't know if it will work after this change, but you might try this
patch to at least allow you to compile. There is a problem in this
file as these are Sun specific.

--- ./source/smbwrapper/smbw.c  Mon Jan  8 12:37:48 2001
+++ ../samba-2.2.0/./source/smbwrapper/smbw.c   Thu Apr 19 09:08:10 2001
@@ -1459,6 +1459,13 @@
 }
 
 #ifndef NO_ACL_WRAPPER
+
+#ifndef GETACL
+#define GETACL 1
+#define GETACLCNT 3
+typedef void aclent_t;
+#endif
+
 /***************************************************** 
 say no to acls
 *******************************************************/
@@ -1471,6 +1478,13 @@
 #endif
 
 #ifndef NO_FACL_WRAPPER
+
+#ifndef GETACL
+#define GETACL 1
+#define GETACLCNT 3
+typedef void aclent_t;
+#endif
+
 /***************************************************** 
 say no to acls
 *******************************************************/

-- 
======================================================================
Herb Lewis                               Silicon Graphics 
Networking Engineer                      1600 Amphitheatre Pkwy MS-510
Strategic Software Organization          Mountain View, CA  94043-1351
herb at sgi.com                             Tel: 650-933-2177
http://www.sgi.com                       Fax: 650-932-2177          
======================================================================




More information about the samba mailing list