]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
SOLARIS: Define BSD_COMP for non-UKERNEL on 5.11
authorAndrew Deason <adeason@sinenomine.net>
Thu, 1 Dec 2011 17:20:41 +0000 (11:20 -0600)
committerDerrick Brashear <shadow@dementix.org>
Fri, 16 Dec 2011 11:54:07 +0000 (03:54 -0800)
We were defining BSD_COMP twice for UKERNEL. Move one of the #define's
up to the !UKERNEL section.

Reviewed-on: http://gerrit.openafs.org/6162
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 0ee7fcc0a49494ad66778012b7808f80ee3af8d3)

Change-Id: I683e1be2141c0cecac3f60ac4928d3e84a96bef8
Reviewed-on: http://gerrit.openafs.org/6319
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/config/param.sun4x_511.h

index 6169388c3da86460677d225445afa88d61294fb5..464c80d91d485670deacb1dccac6131646948e43 100644 (file)
@@ -35,6 +35,9 @@
 #define AFS_3DISPARES          1       /* Utilize the 3 available disk inode 'spares' */
 #endif /* AFS_NAMEI_ENV */
 
+/* so we get _IOW() when we include sys/ioctl.h */
+#define BSD_COMP
+
 #define AFS_CACHE_VNODE_PATH 1
 
 #include <afs/afs_sysnames.h>
 #define AFS_USERSPACE_IP_ADDR  1
 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
-/* so we get _IOW() when we include sys/ioctl.h */
-#define BSD_COMP
-
 #define UKERNEL                        1       /* user space kernel */
 #define AFS_GREEDY43_ENV       1       /* Used only in rx/rx_user.c */
 #define AFS_ENV                        1