]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-revert-linux26-selinux-20040621 openafs-devel-1_3_71
authorDerrick Brashear <shadow@dementia.org>
Wed, 25 Aug 2004 08:41:00 +0000 (08:41 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 25 Aug 2004 08:41:00 +0000 (08:41 +0000)
well, i'm not sure what the right way to deal is, seeing as this change weas reverted later in the kernel

(cherry picked from commit 1d6cf7729ca06c95eb4dd8b2f72d61bda6010304)

src/rx/LINUX/rx_knet.c

index 800ca022536535e0c294a4f2bab9a8d70097e69f..961ec7c96524d1592ca658deab072be517729dc1 100644 (file)
@@ -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);