commit df57a44f72cb707dc14c12492f85d4318f14112c from: Thomas Adam date: Mon Jun 24 22:08:49 2024 UTC portable: don't declare __bounded__ on OpenBSD This is already defined by OpenBSD. 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