diff --git a/src/config/param.sun4x_511.h b/src/config/param.sun4x_511.h index 6169388c3d..464c80d91d 100644 --- a/src/config/param.sun4x_511.h +++ b/src/config/param.sun4x_511.h @@ -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 @@ -120,9 +123,6 @@ #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