diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2010-07-01 17:48:34 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2010-07-01 17:48:34 +0000 |
commit | 212d7af37e77e00d8fb31226709fefde19847efa (patch) | |
tree | cbea3f5b0cfef960078df7ad3333d002365cfee6 /sys/dev | |
parent | d877dbffc79903496e1df7cdb02d8f194aa3fb8f (diff) |
leases have expired. (remove a comment).
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/vnd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vnd.c b/sys/dev/vnd.c index 74fc629d9db..75dc8cada3d 100644 --- a/sys/dev/vnd.c +++ b/sys/dev/vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vnd.c,v 1.98 2010/07/01 16:22:17 thib Exp $ */ +/* $OpenBSD: vnd.c,v 1.99 2010/07/01 17:48:33 thib Exp $ */ /* $NetBSD: vnd.c,v 1.26 1996/03/30 23:06:11 christos Exp $ */ /* @@ -57,7 +57,6 @@ * file, the protection of the mapped file is ignored (effectively, * by using root credentials in all transactions). * - * NOTE 3: Doesn't interact with leases, should it? */ #include <sys/param.h> |