diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2007-04-02 18:38:13 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2007-04-02 18:38:13 +0000 |
| commit | 357afa71139263ad214da3ceea164c974129735c (patch) | |
| tree | 237a09dd23f69ff9869b6251a5fbbece7a6a407f /sys/compat/linux/linux_emul.c | |
| parent | 19c90c637c937f18867f24996a9f52e5969e3cff (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_emul.c')
| -rw-r--r-- | sys/compat/linux/linux_emul.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_emul.c b/sys/compat/linux/linux_emul.c index a0221b96890a..1a0d5a366b47 100644 --- a/sys/compat/linux/linux_emul.c +++ b/sys/compat/linux/linux_emul.c @@ -55,8 +55,8 @@ __FBSDID("$FreeBSD$"); #include <machine/../linux/linux_proto.h> #endif -struct sx emul_shared_lock; -struct sx emul_lock; +struct sx emul_shared_lock; +struct mtx emul_lock; /* this returns locked reference to the emuldata entry (if found) */ struct linux_emuldata * |
