From dbcd822a484a0193539be2a96e4db39a003cc9e6 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Thu, 8 Jul 2010 14:45:22 -0400 Subject: [PATCH] build fix on older linux The commit d0abe56aa47d4561ba57527d53a2b0db2ea613c2 added a duplicate inclusion of freezer.h. Older versions of linux (circa 2.6.20) are missing include guards on freezer.h. Change-Id: I12c47cded7d06a3514a520b554bbcbd3328f0d2b Reviewed-on: http://gerrit.openafs.org/2369 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/rx/rx_kcommon.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rx/rx_kcommon.h b/src/rx/rx_kcommon.h index ec2c28923..bad5ad08d 100644 --- a/src/rx/rx_kcommon.h +++ b/src/rx/rx_kcommon.h @@ -114,9 +114,6 @@ typedef unsigned short etap_event_t; #endif #ifdef AFS_LINUX22_ENV #include "h/sched.h" -#if defined(HAVE_LINUX_FREEZER_H) -#include "h/freezer.h" -#endif #include "h/netdevice.h" #include "linux/if.h" #else -- 2.39.5