[OpenAFS-devel] des/stats.h

Jim Rees rees@umich.edu
Tue, 14 Jun 2005 08:13:10 -0400


Please try this patch.

Index: fcrypt.c
===================================================================
RCS file: /cvs/openafs/src/rxkad/domestic/fcrypt.c,v
retrieving revision 1.16
diff -u -r1.16 fcrypt.c
--- fcrypt.c	2 Jun 2005 05:20:23 -0000	1.16
+++ fcrypt.c	14 Jun 2005 12:12:11 -0000
@@ -37,6 +37,7 @@
 #ifdef AFS_LINUX22_ENV
 #include <asm/byteorder.h>
 #endif
+#include "des/stats.h"
 
 #include "afs/longc_procs.h"
 
@@ -50,12 +51,12 @@
 #include <netinet/in.h>
 #endif
 #include <rx/rx.h>
+#include <des/stats.h>
 #endif /* KERNEL */
 
 #include "sboxes.h"
 #include "fcrypt.h"
 #include "rxkad.h"
-#include <des/stats.h>
 
 #ifdef TCRYPT
 int ROUNDS = 16;