]> git.cameronkatri.com Git - mandoc.git/commit
Delete the __attribute__((__bounded__(...))) annotation.
authorIngo Schwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 23:43:47 +0000 (23:43 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 23:43:47 +0000 (23:43 +0000)
commite9c84e4c9192171aad637d5edfea33f3b3f496f1
tree2db9167f7144a102d0e9b055979efd1bdbe2397c
parentb541554993e21285e48026644bcef45f56d82e8c
Delete the __attribute__((__bounded__(...))) annotation.
That's an OpenBSD-specific gcc-4.2.1 security extension.
It's certainly a bad idea to use such stuff in a compatibility header,
as other operating systems just won't understand it.
compat_ohash.h