kdump-reorder-nfsclient-header-20040511
authorNathan Neulinger <nneul@umr.edu>
Tue, 11 May 2004 20:52:28 +0000 (20:52 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 11 May 2004 20:52:28 +0000 (20:52 +0000)
FIXES 4520

nfsclient.h needs afs.h for MAXNUMSYSNAMES definition

src/venus/kdump.c

index 9374742..71bde8a 100644 (file)
@@ -406,7 +406,6 @@ typedef void *afs_kcondvar_t;
 #endif /* AFS_LINUX20_ENV */
 
 #include <afs/exporter.h>
-#include <afs/nfsclient.h>
 /*#include "afs/osi.h"*/
 
 typedef struct {
@@ -444,6 +443,7 @@ extern off64_t lseek64();
 #include "afs/afs.h"           /* XXXX Getting it from the obj tree XXX */
 #include "afs/afs_axscache.h"  /* XXXX Getting it from the obj tree XXX */
 #include <afs/afs_stats.h>
+#include <afs/nfsclient.h>
 
 #include <afs/cmd.h>
 #include <rx/rx.h>