The Samba-Bugzilla – Attachment 1166 Details for
Bug 2634
libsmbclient testsuite and gcc 4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for the libsmbclient testsuite.
samba-gcc4.diff (text/plain), 1.23 KB, created by
Lars Müller
on 2005-04-20 07:21:12 UTC
(
hide
)
Description:
Fix for the libsmbclient testsuite.
Filename:
MIME Type:
Creator:
Lars Müller
Created:
2005-04-20 07:21:12 UTC
Size:
1.23 KB
patch
obsolete
>Author: Ruediger Oertel <ro at SuSE dot de> >Subject: gcc4 fixes for the libsmbclient testsuite >Bugzilla: bugzilla.Samba.org #2634 > >--- testsuite/libsmbclient/src/getdents/getdents_3.c 2005/04/18 23:43:29 1.1 >+++ testsuite/libsmbclient/src/getdents/getdents_3.c 2005/04/18 23:43:34 >@@ -135,8 +135,8 @@ > > } > >- (char *)dirptr += direntsize; >- (char *)diramount -= direntsize; >+ dirptr += direntsize; >+ diramount -= direntsize; > j++; > > } >--- testsuite/libsmbclient/src/lseekdir/lseekdir_5.c 2005/04/19 00:00:23 1.1 >+++ testsuite/libsmbclient/src/lseekdir/lseekdir_5.c 2005/04/19 00:00:29 >@@ -101,7 +101,7 @@ > break; > } > >- (char*)dirsize += dirptr->dirlen; >+ dirsize += dirptr->dirlen; > > } > >--- testsuite/libsmbclient/src/lseekdir/lseekdir_6.c 2005/04/19 00:00:32 1.1 >+++ testsuite/libsmbclient/src/lseekdir/lseekdir_6.c 2005/04/19 00:00:41 >@@ -102,7 +102,7 @@ > break; > } > >- (char*)dirsize += dirptr->dirlen; >+ dirsize += dirptr->dirlen; > > } > >--- testsuite/libsmbclient/src/telldir/telldir_5.c 2005/04/19 00:01:24 1.1 >+++ testsuite/libsmbclient/src/telldir/telldir_5.c 2005/04/19 00:01:30 >@@ -102,7 +102,7 @@ > break; > } > >- (char*)dirsize += dirptr->dirlen; >+ dirsize += dirptr->dirlen; > > } >
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 2634
: 1166