From 3031510e92312c3e2ca42a1ce6130a95e7a45a54 Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Tue, 2 Apr 2002 03:10:03 +0000 Subject: [PATCH] STABLE12-linux-sysctl-fix-includes-20020206 Include linux/sysctl.h after afsconfig.h, since we need the modversion stuff first. (cherry picked from commit 21455cdba29829fffbb9355495198a4c2a77bc24) --- 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 af4bef26c..e75603b20 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; -- 2.39.5