]> git.pld-linux.org Git - packages/parted.git/blob - 0079-atari.c-Drop-xlocale.h-1476934.patch
- rel 4; tons of patches from FC
[packages/parted.git] / 0079-atari.c-Drop-xlocale.h-1476934.patch
1 From 465fdd8d72e7f8517d67ec7b5f227f5482928ec1 Mon Sep 17 00:00:00 2001
2 From: "Brian C. Lane" <bcl@redhat.com>
3 Date: Mon, 31 Jul 2017 15:20:45 -0700
4 Subject: [PATCH] atari.c: Drop xlocale.h (#1476934)
5
6 glibc no longer includes this header. locale.h should work just fine.
7 ---
8  libparted/labels/atari.c | 1 -
9  1 file changed, 1 deletion(-)
10
11 diff --git a/libparted/labels/atari.c b/libparted/labels/atari.c
12 index 36e68b9..ea4c87f 100644
13 --- a/libparted/labels/atari.c
14 +++ b/libparted/labels/atari.c
15 @@ -37,7 +37,6 @@
16  #include <parted/endian.h>
17  #include <string.h>
18  #include <locale.h>
19 -#include <xlocale.h>
20  #include <stdint.h>
21  #include <ctype.h>
22  #include <stddef.h>
23 -- 
24 2.9.4
25
This page took 0.021091 seconds and 3 git commands to generate.