David Young wrote: > Module Name: src > Committed By: dyoung > Date: Thu Apr 30 20:34:08 UTC 2009 > > Modified Files: > src/sys/dev: vnd.c > > Log Message: > Flesh out vnd_detach(). Let the system detach vnd(4) at shutdown. Stop > vnd_ioctl(VNDIOCCLR) from racing with vndopen() to call vndclear(). > > > To generate a diff of this commit: > cvs rdiff -u -r1.198 -r1.199 src/sys/dev/vnd.c
sys/dev/vnd.c:359: error: 'VNF_CLEARING' undeclared (first use in this function) sys/dev/vnd.c:987: error: 'VNF_CLEARING' undeclared (first use in this function) Forgot to commit a header ? Christoph