From 21455cdba29829fffbb9355495198a4c2a77bc24 Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Thu, 7 Feb 2002 03:07:23 +0000 Subject: [PATCH] Include linux/sysctl.h after afsconfig.h, since we need the modversion stuff first. --- src/afs/LINUX/osi_sysctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/afs/LINUX/osi_sysctl.c b/src/afs/LINUX/osi_sysctl.c index af4bef2..e75603b 100644 --- a/src/afs/LINUX/osi_sysctl.c +++ b/src/afs/LINUX/osi_sysctl.c @@ -6,9 +6,6 @@ * Written Jan 30, 2002 by Kris Van Hees (Sine Nomine Associates) */ -#include -#include - #include #include "../afs/param.h" @@ -16,6 +13,9 @@ #include "../afs/afsincludes.h" /* Afs-based standard headers */ #include "../afs/afs_stats.h" /* afs statistics */ +#include +#include + /* From afs_analyze.c */ extern afs_int32 hm_retry_RO; extern afs_int32 hm_retry_RW; -- 1.9.4