diff options
author | 2010-07-01 17:48:33 +0000 | |
---|---|---|
committer | 2010-07-01 17:48:33 +0000 | |
commit | ae67c1bfe92046c3601c20e0a3b89157a8f74177 (patch) | |
tree | 046baa77923822004f1e974b94302afa73163633 /sys/dev/vnd.c | |
parent | oops. Missed this from my aes-ni commit. (diff) | |
download | wireguard-openbsd-ae67c1bfe92046c3601c20e0a3b89157a8f74177.tar.xz wireguard-openbsd-ae67c1bfe92046c3601c20e0a3b89157a8f74177.zip |
leases have expired. (remove a comment).
Diffstat (limited to 'sys/dev/vnd.c')
-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> |