git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1f34ef4
)
Include linux/sysctl.h after afsconfig.h, since we need the
author
Nickolai Zeldovich
<kolya@mit.edu>
Thu, 7 Feb 2002 03:07:23 +0000 (
03:07
+0000)
committer
Nickolai Zeldovich
<kolya@mit.edu>
Thu, 7 Feb 2002 03:07:23 +0000 (
03:07
+0000)
modversion stuff first.
src/afs/LINUX/osi_sysctl.c
patch
|
blob
|
history
diff --git
a/src/afs/LINUX/osi_sysctl.c
b/src/afs/LINUX/osi_sysctl.c
index
af4bef2
..
e75603b
100644
(file)
--- 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 <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;