]> git.pld-linux.org Git - packages/parted.git/blame - 0079-atari.c-Drop-xlocale.h-1476934.patch
- release 6 (by relup.sh)
[packages/parted.git] / 0079-atari.c-Drop-xlocale.h-1476934.patch
CommitLineData
c886eb9d
AM
1From 465fdd8d72e7f8517d67ec7b5f227f5482928ec1 Mon Sep 17 00:00:00 2001
2From: "Brian C. Lane" <bcl@redhat.com>
3Date: Mon, 31 Jul 2017 15:20:45 -0700
4Subject: [PATCH] atari.c: Drop xlocale.h (#1476934)
5
6glibc 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
11diff --git a/libparted/labels/atari.c b/libparted/labels/atari.c
12index 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--
242.9.4
25
This page took 0.030328 seconds and 4 git commands to generate.