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

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