]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-linux-sysctl-fix-includes-20020206
authorNickolai Zeldovich <kolya@mit.edu>
Tue, 2 Apr 2002 03:10:03 +0000 (03:10 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 2 Apr 2002 03:10:03 +0000 (03:10 +0000)
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

index af4bef26c3708f7548c2a9e007465c9eea790c48..e75603b20fe065d0062621c2dbf649ba6642750b 100644 (file)
@@ -6,9 +6,6 @@
  * Written Jan 30, 2002 by Kris Van Hees (Sine Nomine Associates)
  */
 
-#include <linux/sysctl.h>
-#include <linux/config.h>
-
 #include <afsconfig.h>
 #include "../afs/param.h"
 
@@ -16,6 +13,9 @@
 #include "../afs/afsincludes.h"        /* Afs-based standard headers */
 #include "../afs/afs_stats.h"   /* afs statistics */
 
+#include <linux/sysctl.h>
+#include <linux/config.h>
+
 /* From afs_analyze.c */
 extern afs_int32 hm_retry_RO;
 extern afs_int32 hm_retry_RW;