File: makedev.patch

package info (click to toggle)
ploop 1.15-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,372 kB
  • sloc: ansic: 16,133; sh: 413; makefile: 222; python: 144
file content (15 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: #include <sys/sysmacros.h> in delta_sysfs.c
 Fixes a FTBFS with glibc 2.25
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/882295

--- a/lib/delta_sysfs.c
+++ b/lib/delta_sysfs.c
@@ -29,6 +29,7 @@
 #include <linux/fs.h>
 #include <sys/ioctl.h>
 #include <sys/utsname.h>
+#include <sys/sysmacros.h>
 
 #include "ploop.h"