Blame SOURCES/0079-atari.c-Drop-xlocale.h-1476934.patch

0cb0b9
From 465fdd8d72e7f8517d67ec7b5f227f5482928ec1 Mon Sep 17 00:00:00 2001
0cb0b9
From: "Brian C. Lane" <bcl@redhat.com>
0cb0b9
Date: Mon, 31 Jul 2017 15:20:45 -0700
0cb0b9
Subject: [PATCH] atari.c: Drop xlocale.h (#1476934)
0cb0b9
0cb0b9
glibc no longer includes this header. locale.h should work just fine.
0cb0b9
---
0cb0b9
 libparted/labels/atari.c | 1 -
0cb0b9
 1 file changed, 1 deletion(-)
0cb0b9
0cb0b9
diff --git a/libparted/labels/atari.c b/libparted/labels/atari.c
0cb0b9
index 36e68b9..ea4c87f 100644
0cb0b9
--- a/libparted/labels/atari.c
0cb0b9
+++ b/libparted/labels/atari.c
0cb0b9
@@ -37,7 +37,6 @@
0cb0b9
 #include <parted/endian.h>
0cb0b9
 #include <string.h>
0cb0b9
 #include <locale.h>
0cb0b9
-#include <xlocale.h>
0cb0b9
 #include <stdint.h>
0cb0b9
 #include <ctype.h>
0cb0b9
 #include <stddef.h>
0cb0b9
-- 
0cb0b9
2.9.4
0cb0b9