Commit Diff
--- include/got_compat2.h +++ include/got_compat2.h @@ -107,7 +107,7 @@ #define __unused __attribute__ ((__unused__)) #endif -#ifndef __bounded__ && !defined(__OpenBSD__) +#if !defined(__bounded__) && !defined(__OpenBSD__) #define __bounded__(a, b, c) #endif