git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
hpux-20021106
[openafs.git]
/
src
/
util
/
afs_lhash.c
diff --git
a/src/util/afs_lhash.c
b/src/util/afs_lhash.c
index
4f3bbbd
..
05af5e2
100644
(file)
--- a/
src/util/afs_lhash.c
+++ b/
src/util/afs_lhash.c
@@
-20,6
+20,10
@@
RCSID("$Header$");
#define CHECK_INVARIANTS
#endif /* !KERNEL */
+#ifndef NULL
+#define NULL 0
+#endif
+
/* max hash table load factor */
enum { LOAD_FACTOR = 5 };