diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-08 06:26:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-08 06:26:15 +0000 |
commit | fc1b5a49b4a7f4095c3d7710a3881ba2abb1da0d (patch) | |
tree | 0bd1121f96e99f9ddf7229db833de5b77448340f /sys-fs/ext2resize | |
parent | old (diff) | |
download | gentoo-2-fc1b5a49b4a7f4095c3d7710a3881ba2abb1da0d.tar.gz gentoo-2-fc1b5a49b4a7f4095c3d7710a3881ba2abb1da0d.tar.bz2 gentoo-2-fc1b5a49b4a7f4095c3d7710a3881ba2abb1da0d.zip |
not needed anymore
Diffstat (limited to 'sys-fs/ext2resize')
-rw-r--r-- | sys-fs/ext2resize/files/ext2resize-1.1.19-linux26.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-fs/ext2resize/files/ext2resize-1.1.19-linux26.patch b/sys-fs/ext2resize/files/ext2resize-1.1.19-linux26.patch deleted file mode 100644 index a43cb4cb2253..000000000000 --- a/sys-fs/ext2resize/files/ext2resize-1.1.19-linux26.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ext2_unix_io.c 2005-06-21 20:38:30.000000000 +0100 -+++ src/ext2_unix_io.c.plasmaroo 2005-06-21 20:38:22.000000000 +0100 -@@ -35,6 +35,7 @@ - #include <errno.h> - #include <string.h> - #include "ext2.h" -+#include <linux/fs.h> - - #ifndef O_LARGEFILE - #define O_LARGEFILE 0 |