]> git.pld-linux.org Git - packages/xfsdump.git/commitdiff
Outdated
authorareq <areq@pld-linux.org>
Wed, 27 Nov 2002 11:37:00 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsdump-getdents64.patch -> 1.2
    xfsdump-miscfix.patch -> 1.6

xfsdump-getdents64.patch [deleted file]
xfsdump-miscfix.patch [deleted file]

diff --git a/xfsdump-getdents64.patch b/xfsdump-getdents64.patch
deleted file mode 100644 (file)
index 28c7fff..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/getdents.c~ Wed May  8 17:15:36 2002
-+++ common/getdents.c  Tue Jul 16 22:11:21 2002
-@@ -49,6 +49,8 @@
- #include <linux/posix_types.h>
-+#define SYS_getdents64 __NR_getdents64
-+
- /* Copied from kernel-features.h for __ASSUME_GETDENTS64_SYSCALL */
- #ifndef __LINUX_KERNEL_VERSION
- /* We assume the worst; all kernels should be supported.  */
diff --git a/xfsdump-miscfix.patch b/xfsdump-miscfix.patch
deleted file mode 100644 (file)
index ae0256b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- xfsdump-2.1.3/configure.in.orig    Thu Aug 15 13:43:40 2002
-+++ xfsdump-2.1.3/configure.in Thu Aug 15 13:45:51 2002
-@@ -156,7 +156,7 @@
- savedCFLAGS="$CFLAGS"
- dnl Checks for curses header and library.
--AC_CHECK_HEADER(curses.h,, [
-+AC_CHECK_HEADER(ncurses/curses.h,, [
-       echo
-       echo 'FATAL ERROR: could not find a valid curses header.'
-       exit 1
-@@ -293,13 +293,6 @@
- dnl also check if man page source is gzipped
- dnl (usually on Debian, but not Redhat pre-7.0)
- have_zipped_manpages=false
--for d in ${prefix}/share/man ${prefix}/man ; do
--    if test -f $d/man1/man.1.gz
--    then
--      have_zipped_manpages=true
--      break
--    fi
--done
- AC_SUBST(have_zipped_manpages)
- dnl build definitions for use in Makefiles
This page took 0.033888 seconds and 4 git commands to generate.