From: Derrick Brashear Date: Thu, 19 Aug 2004 02:37:24 +0000 (+0000) Subject: revert-linux26-selinux-20040621 X-Git-Tag: BP-disconnected~272 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1d6cf7729ca06c95eb4dd8b2f72d61bda6010304;p=packages%2Fo%2Fopenafs.git revert-linux26-selinux-20040621 well, i'm not sure what the right way to deal is, seeing as this change weas reverted later in the kernel --- diff --git a/src/rx/LINUX/rx_knet.c b/src/rx/LINUX/rx_knet.c index 800ca0225..961ec7c96 100644 --- a/src/rx/LINUX/rx_knet.c +++ b/src/rx/LINUX/rx_knet.c @@ -37,7 +37,10 @@ rxk_NewSocketHost(afs_uint32 ahost, short aport) int code; -#ifdef LINUX_KERNEL_IS_SELINUX + /* We need a better test for this. if you need it back, tell us + * how to detect it. + */ +#if 0/*def LINUX_KERNEL_IS_SELINUX*/ code = sock_create(AF_INET, SOCK_DGRAM, IPPROTO_UDP, &sockp, 0); #else code = sock_create(AF_INET, SOCK_DGRAM, IPPROTO_UDP, &sockp);