diff options
author | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2015-06-09 23:53:07 +0200 |
---|---|---|
committer | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2015-06-09 23:53:07 +0200 |
commit | 7a95bef00e41cbab2d97f6392b221e6192335343 (patch) | |
tree | ef513419319380fdc30c3f2f5d403d993eab92bd /sys/lib | |
parent | 2c505c160e4ada69f8663a5c42979d3633314087 (diff) |
authsrv: remove unused opasstokey
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/man/checkman.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/lib/man/checkman.awk b/sys/lib/man/checkman.awk index cf14fbfd0..30ab83aee 100644 --- a/sys/lib/man/checkman.awk +++ b/sys/lib/man/checkman.awk @@ -66,7 +66,6 @@ BEGIN { Omittedlib["brk_"] = 1 Omittedlib["creadimage"] = 1 Omittedlib["main"] = 1 - Omittedlib["opasstokey"] = 1 Omittedlib["oseek"] = 1 Omittedlib["sysr1"] = 1 } |