artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3bdbf7
)
must include lock.h to play with locks
author
tedu
<tedu@openbsd.org>
Tue, 16 Dec 2014 21:25:28 +0000
(21:25 +0000)
committer
tedu
<tedu@openbsd.org>
Tue, 16 Dec 2014 21:25:28 +0000
(21:25 +0000)
sys/compat/common/compat_dir.c
patch
|
blob
|
history
diff --git
a/sys/compat/common/compat_dir.c
b/sys/compat/common/compat_dir.c
index
d84e7e4
..
76b8772
100644
(file)
--- a/
sys/compat/common/compat_dir.c
+++ b/
sys/compat/common/compat_dir.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: compat_dir.c,v 1.1
0 2014/09/14 14:17:23 jsg Exp $
*/
+/* $OpenBSD: compat_dir.c,v 1.1
1 2014/12/16 21:25:28 tedu Exp $
*/
/*
* Copyright (c) 2000 Constantine Sapuntzakis
@@
-35,6
+35,7
@@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/vnode.h>
+#include <sys/lock.h>
#include <sys/dirent.h>
#include <compat/common/compat_dir.h>