Commit Diff


commit - 5f4098325a1b0d21f2836abcc999519333619665
commit + df57a44f72cb707dc14c12492f85d4318f14112c
blob - 9b43f45d81e67b426c4d45a1007ee71d8ac773ce
blob + 5701797bdb1f871ef591de0657e0a7b19a70a3b8
--- include/got_compat2.h
+++ include/got_compat2.h
@@ -107,7 +107,7 @@
 #define __unused __attribute__ ((__unused__))
 #endif
 
-#ifndef __bounded__
+#ifndef __bounded__ && !defined(__OpenBSD__)
 #define __bounded__(a, b, c)
 #endif