diff options
Diffstat (limited to 'sys/dev/vinum/vinumlock.c')
-rw-r--r-- | sys/dev/vinum/vinumlock.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumlock.c b/sys/dev/vinum/vinumlock.c index 9376364..a979408 100644 --- a/sys/dev/vinum/vinumlock.c +++ b/sys/dev/vinum/vinumlock.c @@ -33,11 +33,12 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: lock.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ + * $Id: lock.c,v 1.3 1998/12/28 04:56:23 peter Exp $ */ #define REALLYKERNEL -#include "vinumhdr.h" +#include "opt_vinum.h" +#include <dev/vinum/vinumhdr.h> /* Lock routines. Currently, we lock either an individual volume * or the global configuration. I don't think tsleep and |