Merge branch 'master' into core-updates
[jackhill/guix/guix.git] / gnu / packages / patches / jfsutils-add-sysmacros.patch
1 From: Tobias Geerinckx-Rice <me@tobias.gr>
2 Date: Thu, 12 Dec 2019 02:15:37 +0100
3 Subject: gnu: jfsutils: Include sys/sysmacros.h.
4
5 Copied verbatim[0] from the Debian package.
6
7 [0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/add_sysmacros.patch
8
9 Description: Include sys/sysmacros.h
10 Mentioned header needed for major() definition.
11 Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
12 Last-Update: 2018-12-11
13
14 ---
15
16 --- jfsutils-1.1.15.orig/libfs/devices.c
17 +++ jfsutils-1.1.15/libfs/devices.c
18 @@ -49,6 +49,8 @@
19 #include <sys/disklabel.h>
20 #endif
21
22 +#include <sys/sysmacros.h>
23 +
24 #include "jfs_types.h"
25 #include "jfs_filsys.h"
26 #include "devices.h"