]> git.pld-linux.org Git - packages/e2salvage.git/commitdiff
- one patch unneded... llh changed
authorMariusz Mazur <mmazur@pld-linux.org>
Mon, 22 Mar 2004 16:04:33 +0000 (16:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- the other needed - develamers use linux internal types, but use glibc
  headers

Changed files:
    e2salvage-BLKGETSIZE64.patch -> 1.3
    e2salvage-linux_types.patch -> 1.1

e2salvage-BLKGETSIZE64.patch [deleted file]
e2salvage-linux_types.patch [new file with mode: 0644]

diff --git a/e2salvage-BLKGETSIZE64.patch b/e2salvage-BLKGETSIZE64.patch
deleted file mode 100644 (file)
index a48d478..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Nur e2salvage-0.0.8a.orig/src/main.c e2salvage-0.0.8a/src/main.c
---- e2salvage-0.0.8a.orig/src/main.c   2003-10-07 20:49:37.000000000 +0000
-+++ e2salvage-0.0.8a/src/main.c        2004-03-13 20:56:16.000000000 +0000
-@@ -42,7 +42,7 @@
-       long sb_auto_find = -1;
-       
-       struct hd_geometry geo;
--      struct hd_big_geometry geob;
-+      struct hd_geometry geob;
-       struct stat st;
-       unsigned long tmp;
-diff -Nur e2salvage-0.0.8a.orig/src/main.h e2salvage-0.0.8a/src/main.h
---- e2salvage-0.0.8a.orig/src/main.h   2003-10-07 20:49:37.000000000 +0000
-+++ e2salvage-0.0.8a/src/main.h        2004-03-13 20:54:47.000000000 +0000
-@@ -2,7 +2,10 @@
- #define _MAIN_H
- #include <linux/fs.h>
--#include <sys/types.h>
-+#include <linux/types.h>
-+
-+
-+#define HDIO_GETGEO_BIG                0x0330
- extern unsigned long blocksize;
- extern unsigned long nr_blocks;
diff --git a/e2salvage-linux_types.patch b/e2salvage-linux_types.patch
new file mode 100644 (file)
index 0000000..ca0b527
--- /dev/null
@@ -0,0 +1,11 @@
+--- src/main.h~        2003-10-07 20:49:37.000000000 +0000
++++ src/main.h 2004-03-22 15:54:37.000000000 +0000
+@@ -2,7 +2,7 @@
+ #define _MAIN_H
+ #include <linux/fs.h>
+-#include <sys/types.h>
++#include <linux/types.h>
+ extern unsigned long blocksize;
+ extern unsigned long nr_blocks;
This page took 0.061684 seconds and 4 git commands to generate.