The Samba-Bugzilla – Attachment 6343 Details for
Bug 7032
Warning about readdir when building ctdb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix-broken-readdir.patch
0002-Fix-broken-readdir.patch (text/plain), 1.69 KB, created by
Mathieu Parent
on 2011-03-23 21:32:50 UTC
(
hide
)
Description:
Fix-broken-readdir.patch
Filename:
MIME Type:
Creator:
Mathieu Parent
Created:
2011-03-23 21:32:50 UTC
Size:
1.69 KB
patch
obsolete
>From 0e0e3e4bf6b587dab475e9a1418b653ac6093cd8 Mon Sep 17 00:00:00 2001 >From: Mathieu Parent <math.parent@gmail.com> >Date: Wed, 23 Mar 2011 22:20:15 +0100 >Subject: [PATCH 2/2] Fix broken readdir > >Submited by Lorenzo De Liso on http://bugs.debian.org/603155 >(originaly named 99-fix-broken-readdir-test.diff) >--- > lib/replace/repdir.m4 | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/lib/replace/repdir.m4 b/lib/replace/repdir.m4 >index f53a4c2..bbd111f 100644 >--- a/lib/replace/repdir.m4 >+++ b/lib/replace/repdir.m4 >@@ -1,7 +1,7 @@ > AC_CACHE_CHECK([for broken readdir],libreplace_cv_READDIR_NEEDED,[ > AC_TRY_RUN([ > #define test_readdir_os2_delete main >-#include "$libreplacedir/test/os2_delete.c"], >+#include "$libreplacedir/tests/os2_delete.c"], > [libreplace_cv_READDIR_NEEDED=no], > [libreplace_cv_READDIR_NEEDED=yes], > [libreplace_cv_READDIR_NEEDED="assuming not"]) >@@ -34,7 +34,7 @@ AC_CACHE_CHECK([for replacing readdir using getdirentries()],libreplace_cv_READD > #define _LIBREPLACE_REPLACE_H > #include "$libreplacedir/repdir_getdirentries.c" > #define test_readdir_os2_delete main >-#include "$libreplacedir/test/os2_delete.c"], >+#include "$libreplacedir/tests/os2_delete.c"], > [libreplace_cv_READDIR_GETDIRENTRIES=yes], > [libreplace_cv_READDIR_GETDIRENTRIES=no]) > ]) >@@ -57,7 +57,7 @@ AC_CACHE_CHECK([for replacing readdir using getdents()],libreplace_cv_READDIR_GE > #error _donot_use_getdents_replacement_anymore > #include "$libreplacedir/repdir_getdents.c" > #define test_readdir_os2_delete main >-#include "$libreplacedir/test/os2_delete.c"], >+#include "$libreplacedir/tests/os2_delete.c"], > [libreplace_cv_READDIR_GETDENTS=yes], > [libreplace_cv_READDIR_GETDENTS=no]) > ]) >-- >1.7.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7032
: 6343