# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/fbset/hotfix-u32.patch.musl # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- fbset-2.1/fbset.h.vanilla 2026-04-30 18:18:27.135412915 +0200 +++ fbset-2.1/fbset.h 2026-04-30 18:18:32.447949972 +0200 @@ -29,6 +29,8 @@ #define FALSE (0) #define TRUE (1) +typedef uint32_t __u32; + struct color { unsigned int length; unsigned int offset;