|
@@ -1,4 +1,4 @@
|
|
|
-From d8e9cf472f49c8dbb3b0855145974d199a83e8a4 Mon Sep 17 00:00:00 2001
|
|
|
+From 6914c6e15cd15daf1dae81458e5346958c9d5449 Mon Sep 17 00:00:00 2001
|
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
|
Date: Wed, 19 Sep 2018 11:55:41 -0700
|
|
|
Subject: [PATCH] Undefine UNUSED macros with clang
|
|
@@ -10,10 +10,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
diff --git a/sysincludes.h b/sysincludes.h
|
|
|
-index 6b322ff..48daecd 100644
|
|
|
+index 272b316..49ee5ae 100644
|
|
|
--- a/sysincludes.h
|
|
|
+++ b/sysincludes.h
|
|
|
-@@ -85,7 +85,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3
|
|
|
+@@ -98,7 +98,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3
|
|
|
#if defined __GNUC__ && defined __STDC__
|
|
|
/* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */
|
|
|
# define PACKED __attribute__ ((packed))
|