Magellan Linux

Annotation of /trunk/samba/patches/samba-3.0.34-fix-broken-readdir-detection.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 803 - (hide annotations) (download)
Mon May 11 19:24:43 2009 UTC (15 years, 1 month ago) by niro
File size: 430 byte(s)
fix compilation with libcaps-2

1 niro 803 diff -Naur samba-3.0.28.orig/source/tests/os2_delete.c samba-3.0.28/source/tests/os2_delete.c
2     --- samba-3.0.28.orig/source/tests/os2_delete.c 2007-11-15 04:15:04.000000000 +0100
3     +++ samba-3.0.28/source/tests/os2_delete.c 2008-02-20 20:47:53.878055947 +0100
4     @@ -105,6 +105,9 @@
5    
6     return 0;
7     }
8     +
9     +#if 0
10     +
11     /*
12     test readdir/unlink pattern that OS/2 uses
13     tridge@samba.org July 2005
14     @@ -212,3 +215,4 @@
15    
16     return 0;
17     }
18     +#endif