blob 2349e37c0698712019b16c0445d5249d66a0f277 655 bytes (raw)
name: packages/patches/jfsutils-add-sysmacros.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| | From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Thu, 12 Dec 2019 02:15:37 +0100
Subject: gnu: jfsutils: Include sys/sysmacros.h.
Copied verbatim[0] from the Debian package.
[0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/add_sysmacros.patch
Description: Include sys/sysmacros.h
Mentioned header needed for major() definition.
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Last-Update: 2018-12-11
---
--- jfsutils-1.1.15.orig/libfs/devices.c
+++ jfsutils-1.1.15/libfs/devices.c
@@ -49,6 +49,8 @@
#include <sys/disklabel.h>
#endif
+#include <sys/sysmacros.h>
+
#include "jfs_types.h"
#include "jfs_filsys.h"
#include "devices.h"
|
debug log:
solving 2349e37c0698712019b16c0445d5249d66a0f277 ...
found 2349e37c0698712019b16c0445d5249d66a0f277 in https://git.savannah.gnu.org/cgit/guix.git
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).