git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7db901b
)
kdump-reorder-nfsclient-header-20040511
author
Nathan Neulinger
<nneul@umr.edu>
Tue, 11 May 2004 20:52:28 +0000 (20:52 +0000)
committer
Derrick 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
patch
|
blob
|
history
diff --git
a/src/venus/kdump.c
b/src/venus/kdump.c
index
9374742
..
71bde8a
100644
(file)
--- a/
src/venus/kdump.c
+++ b/
src/venus/kdump.c
@@
-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>