aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/partimage/files/partimage-0.6.9-minor-typo.patch')
-rw-r--r--sys-block/partimage/files/partimage-0.6.9-minor-typo.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch b/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch
deleted file mode 100644
index 8e0e00e0..00000000
--- a/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/580290
-
---- a/src/client/misc.h
-+++ b/src/client/misc.h
-@@ -36,7 +36,7 @@ struct COptions;
- #endif
-
- #ifndef makedev
-- #define makedev(maj,min) (((maj) << 8) | min))
-+ #define makedev(maj,min) (((maj) << 8) | (min))
- #endif
-
- // =======================================================