From 624e14df6f662abd56aae050d715d700487aa939 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Thu, 28 Apr 2022 20:33:24 +0000 Subject: user/efivar: bump { 37 --> 38 }. --- .../efivar/0001-makeguids-Ensure-compatibility-with-other-libcs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/efivar/0001-makeguids-Ensure-compatibility-with-other-libcs.patch') diff --git a/user/efivar/0001-makeguids-Ensure-compatibility-with-other-libcs.patch b/user/efivar/0001-makeguids-Ensure-compatibility-with-other-libcs.patch index 1577d306b..4ab037e53 100644 --- a/user/efivar/0001-makeguids-Ensure-compatibility-with-other-libcs.patch +++ b/user/efivar/0001-makeguids-Ensure-compatibility-with-other-libcs.patch @@ -15,10 +15,10 @@ diff --git a/src/makeguids.c b/src/makeguids.c index ec75a86..6b0d80e 100644 --- a/src/makeguids.c +++ b/src/makeguids.c -@@ -152,6 +152,15 @@ main(int argc, char *argv[]) +@@ -178,6 +178,15 @@ main(int argc, char *argv[]) fprintf(symout, "#include \n"); fprintf(symout, "#include \n"); - fprintf(symout, """\n\ + fprintf(symout, "\n\ +#ifndef __bswap_constant_16\n\ +#define __bswap_constant_16(x)\\\n\ + ((unsigned short int) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)))\n\ -- cgit v1.2.3-70-g09d2