diff options
| author | dyoung <dyoung@NetBSD.org> | 2009-04-30 22:36:10 +0000 |
|---|---|---|
| committer | dyoung <dyoung@NetBSD.org> | 2009-04-30 22:36:10 +0000 |
| commit | ee9d8d96c83ab8d58779e8bf52081e19ccd88101 (patch) | |
| tree | 7c5fa957f9ba3d40ba35c45e805eb09ce7c870b4 /sys/dev | |
| parent | 922436b4c6d23a821bce8ad7e319d245faa67477 (diff) | |
Straggler from last vnd(4) commit: #define VNF_CLEARING.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vndvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vndvar.h b/sys/dev/vndvar.h index ddf0750bb75..c706d1f7727 100644 --- a/sys/dev/vndvar.h +++ b/sys/dev/vndvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: vndvar.h,v 1.23 2008/04/28 20:23:47 martin Exp $ */ +/* $NetBSD: vndvar.h,v 1.24 2009/04/30 22:36:10 dyoung Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -176,6 +176,7 @@ struct vnd_softc { #define VNF_KTHREAD 0x100 /* thread is running */ #define VNF_VUNCONF 0x200 /* device is unconfiguring */ #define VNF_COMP 0x400 /* file is compressed */ +#define VNF_CLEARING 0x800 /* unit is being torn down */ /* structure of header in a compressed file */ struct vnd_comp_header |
