Use __buffer__ instead of __string__ as the __bounded type. The former causes
authormiod <miod@openbsd.org>
Sun, 4 Jan 2015 09:07:44 +0000 (09:07 +0000)
committermiod <miod@openbsd.org>
Sun, 4 Jan 2015 09:07:44 +0000 (09:07 +0000)
commit6ae0beb44ba34a915437c2c4977c8d646c91d2b7
treea23553a070bf2d9ad62f4949bb9dcbfd9a6b03f0
parent860049aa036e846a53695d3c86fffb9b6001955c
Use __buffer__ instead of __string__ as the __bounded type. The former causes
extra warnings with gcc 3, due to the way we use siphash in the filesystem
code.
With dlg@
sys/crypto/siphash.h