Module Name: src Committed By: dyoung Date: Thu Apr 30 22:36:10 UTC 2009
Modified Files: src/sys/dev: vndvar.h Log Message: Straggler from last vnd(4) commit: #define VNF_CLEARING. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/vndvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/vndvar.h diff -u src/sys/dev/vndvar.h:1.23 src/sys/dev/vndvar.h:1.24 --- src/sys/dev/vndvar.h:1.23 Mon Apr 28 20:23:47 2008 +++ src/sys/dev/vndvar.h Thu Apr 30 22:36:10 2009 @@ -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 @@ #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