diff options
Diffstat (limited to 'usr/src/uts/common/sys/flock.h')
| -rw-r--r-- | usr/src/uts/common/sys/flock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/flock.h b/usr/src/uts/common/sys/flock.h index 3ea7afb23b..e0cc609960 100644 --- a/usr/src/uts/common/sys/flock.h +++ b/usr/src/uts/common/sys/flock.h @@ -28,7 +28,7 @@ * Use is subject to license terms. */ /* - * Copyright 2011 Nexenta Systems, Inc. All rights reserved. + * Copyright 2013 Nexenta Systems, Inc. All rights reserved. */ #ifndef _SYS_FLOCK_H @@ -201,7 +201,7 @@ typedef enum { FLK_LOCKMGR_DOWN } flk_lockmgr_status_t; -#if defined(_KERNEL) +#if defined(_KERNEL) || defined(_FAKE_KERNEL) /* * The following structure is used to hold a list of locks returned |
