git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b7b1788
)
Add the necessary includes for AFS_ISGLOCK, AFS_GLOCK, AFS_GUNLOCK.
author
Nickolai Zeldovich
<kolya@mit.edu>
Sat, 2 Feb 2002 18:33:49 +0000 (18:33 +0000)
committer
Nickolai Zeldovich
<kolya@mit.edu>
Sat, 2 Feb 2002 18:33:49 +0000 (18:33 +0000)
src/rx/SOLARIS/rx_kmutex.c
patch
|
blob
|
history
diff --git
a/src/rx/SOLARIS/rx_kmutex.c
b/src/rx/SOLARIS/rx_kmutex.c
index
38e6798
..
3e94727
100644
(file)
--- a/
src/rx/SOLARIS/rx_kmutex.c
+++ b/
src/rx/SOLARIS/rx_kmutex.c
@@
-20,7
+20,9
@@
RCSID("$Header$");
#if defined(AFS_SUN5_ENV) && defined(KERNEL)
+#include "../rx/rx_kcommon.h"
#include "../rx/rx_kmutex.h"
+#include "../rx/rx_kernel.h"
#include <errno.h>
#include <sys/tiuser.h>