hpux-20021106
[openafs.git] / src / util / afs_lhash.c
index 4f3bbbd..05af5e2 100644 (file)
@@ -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 };