summaryrefslogtreecommitdiff
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-08-16 20:07:47 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-08-16 20:07:47 +0000
commit9c00bb9190391479885cfb14ed23fb7003d10109 (patch)
tree368bd0d481caa3081d9e36be04c87a458ccd8975 /sys/opencrypto
parent985a88e2a69018c47f812c1ee9ef48519049ff31 (diff)
Notes
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/cryptodev.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c
index 2c0c503d2bf0..2bc0e1f74d91 100644
--- a/sys/opencrypto/cryptodev.c
+++ b/sys/opencrypto/cryptodev.c
@@ -301,7 +301,9 @@ static struct fileops cryptofops = {
.fo_poll = cryptof_poll,
.fo_kqfilter = cryptof_kqfilter,
.fo_stat = cryptof_stat,
- .fo_close = cryptof_close
+ .fo_close = cryptof_close,
+ .fo_chmod = invfo_chmod,
+ .fo_chown = invfo_chown,
};
static struct csession *csefind(struct fcrypt *, u_int);