OpenBSD 4.6/4.7: Define curproc for rx_atomic.h.
[openafs.git] / src / config / param.obsd47.h
index 494a8ba..f1292b7 100644 (file)
 #include <sys/queue.h>
 #endif
 
+#ifndef curproc
+#include <sys/proc.h>
+#endif
+
 /* Extra kernel definitions (from kdefs file) */
 #ifdef _KERNEL
 #ifdef MULTIPROCESSOR