diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2011-08-16 20:07:47 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2011-08-16 20:07:47 +0000 |
| commit | 9c00bb9190391479885cfb14ed23fb7003d10109 (patch) | |
| tree | 368bd0d481caa3081d9e36be04c87a458ccd8975 /sys/opencrypto | |
| parent | 985a88e2a69018c47f812c1ee9ef48519049ff31 (diff) | |
Notes
Diffstat (limited to 'sys/opencrypto')
| -rw-r--r-- | sys/opencrypto/cryptodev.c | 4 |
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); |
