fix compile error with smbwrappers - commands are Sun specific.
authorHerb Lewis <herb@samba.org>
Fri, 7 Apr 2000 19:15:16 +0000 (19:15 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 7 Apr 2000 19:15:16 +0000 (19:15 +0000)
source/smbwrapper/realcalls.h

index 251c26733726a9b61b4f3193a1c0ab463f412d0f..9bc8a43e1cca462a07473d1b9cab6848c967ec76 100644 (file)
 #define NO_FACL_WRAPPER
 #endif
 
+#if defined (IRIX)
+#define NO_ACL_WRAPPER
+#define NO_FACL_WRAPPER
+#endif
 
 #ifdef HAVE__STAT64
 #define real_stat64(fn,st)             (_stat64(fn,st))