File: debian-changes

package info (click to toggle)
btrfs-compsize 1.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ansic: 1,759; makefile: 31
file content (44 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- btrfs-compsize-1.5.orig/compsize.8
+++ btrfs-compsize-1.5/compsize.8
@@ -93,4 +93,4 @@ Inline extents are considered to be alwa
 the same bytes on the disk.
 .P
 This program doesn't currently support filesystems above 8TB on 32-bit
-machines \*- but neither do other btrfs tools.
+machines \(em but neither do other btrfs tools.
--- btrfs-compsize-1.5.orig/compsize.c
+++ btrfs-compsize-1.5/compsize.c
@@ -5,12 +5,14 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <dirent.h>
+#include "kerncompat.h"
 #include <btrfs/ioctl.h>
 #include <btrfs/ctree.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <sys/ioctl.h>
 #include <inttypes.h>
+#include <errno.h>
 #include <linux/limits.h>
 #include <getopt.h>
 #include <signal.h>
--- btrfs-compsize-1.5.orig/radix-tree.h
+++ btrfs-compsize-1.5/radix-tree.h
@@ -37,11 +37,7 @@
 #ifndef _LINUX_RADIX_TREE_H
 #define _LINUX_RADIX_TREE_H
 
-#if BTRFS_FLAT_INCLUDES
 #include "kerncompat.h"
-#else
-#include <btrfs/kerncompat.h>
-#endif /* BTRFS_FLAT_INCLUDES */
 
 #define RADIX_TREE_MAX_TAGS 2