Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/dazuko/files: dazuko-2.3.5_pre1-redirfs.patch
Date: Sat, 23 Feb 2008 10:33:38
Message-Id: E1JSrhI-00056Y-Ju@stork.gentoo.org
1 alonbl 08/02/23 10:33:36
2
3 Added: dazuko-2.3.5_pre1-redirfs.patch
4 Log:
5 Version bump to support 2.6.24
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sys-fs/dazuko/files/dazuko-2.3.5_pre1-redirfs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/dazuko/files/dazuko-2.3.5_pre1-redirfs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/dazuko/files/dazuko-2.3.5_pre1-redirfs.patch?rev=1.1&content-type=text/plain
13
14 Index: dazuko-2.3.5_pre1-redirfs.patch
15 ===================================================================
16 diff -urNp dazuko-2.3.5-pre1.org/configure dazuko-2.3.5-pre1/configure
17 --- dazuko-2.3.5-pre1.org/configure 2008-02-20 23:05:25.000000000 +0200
18 +++ dazuko-2.3.5-pre1/configure 2008-02-23 11:26:09.000000000 +0200
19 @@ -413,13 +413,13 @@ do_linux26()
20 if [ $LINUX26_USE_SYSCALLS -eq 0 -a $LINUX26_USE_REDIRFS -eq 1 ]
21 then
22 echo -n "checking for RedirFS source code... "
23 - if [ ! -f "../redirfs/redirfs.h" ]
24 + if [ ! -f "/usr/include/redirfs.h" ]
25 then
26 echo "not found"
27 echo "error: please make sure the RedirFS code is available as ../redirfs/"
28 exit 1
29 fi
30 - echo "found (../redirfs)"
31 + echo "found (/usr/include/redirfs)"
32
33 elif [ $LINUX26_USE_SYSCALLS -eq 0 -a $LINUX26_USE_REDIRFS -eq 0 ]
34 then
35 diff -urNp dazuko-2.3.5-pre1.org/dazuko_redirfs.c dazuko-2.3.5-pre1/dazuko_redirfs.c
36 --- dazuko-2.3.5-pre1.org/dazuko_redirfs.c 2008-02-20 23:06:04.000000000 +0200
37 +++ dazuko-2.3.5-pre1/dazuko_redirfs.c 2008-02-23 12:02:09.000000000 +0200
38 @@ -33,7 +33,7 @@
39 #include <linux/namei.h>
40 #include <linux/dcache.h>
41 #include <linux/mount.h>
42 -#include "../redirfs/redirfs.h"
43 +#include "/usr/include/redirfs.h"
44 #ifdef DEVFS_SUPPORT
45 #include <linux/devfs_fs_kernel.h>
46 #endif
47
48
49
50 --
51 gentoo-commits@l.g.o mailing list