]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afprun.c
fix solaris compile issues, warning fixes
[netatalk.git] / etc / afpd / afprun.c
index 4517d6094b47cb7abb2dbd274fabca587ecd8198..a811b8ff54f52e5c6a65cd46dfdfd3917d09ada6 100644 (file)
 #include <sys/param.h>  
 #include <string.h>
 
+/* FIXME */
+#ifndef SOLARIS
 #ifndef USE_SETRESUID
 #define USE_SETRESUID 1
 #endif
+#else
+#ifndef USE_SETEUID
+#define USE_SETEUID 1
+#endif
+#endif
 
 #include <atalk/logger.h>