http://bugzilla.opensuse.org/show_bug.cgi?id=1178241 http://bugzilla.opensuse.org/show_bug.cgi?id=1178241#c2 Michał Rostecki <mrostecki@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #2 from Michał Rostecki <mrostecki@suse.com> --- Cilium doesn't use stdint.h on purpose - we don't want to have a dependency on glibc. But there is already a fix which does: # define __fetch(X) (__u32)(__u64)(&(X)) https://github.com/cilium/cilium/commit/e43c2fff3749614a0d5908df6f15db6ea96a... Let me push an update. -- You are receiving this mail because: You are on the CC list for the bug.