The Samba-Bugzilla – Attachment 6998 Details for
Bug 8525
Bug with sys_fseek() wrapper on *BSD / OS X.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys_fseek wrapper patch
samba.diff (text/plain), 558 bytes, created by
Brad Smith
on 2011-10-14 02:44:11 UTC
(
hide
)
Description:
sys_fseek wrapper patch
Filename:
MIME Type:
Creator:
Brad Smith
Created:
2011-10-14 02:44:11 UTC
Size:
558 bytes
patch
obsolete
>diff --git a/source3/lib/system.c b/source3/lib/system.c >index 0aefd6d..ee16a73 100644 >--- a/source3/lib/system.c >+++ b/source3/lib/system.c >@@ -734,6 +734,8 @@ int sys_fseek(FILE *fp, SMB_OFF_T offset, int whence) > return fseek64(fp, offset, whence); > #elif defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(LARGE_SMB_OFF_T) && defined(HAVE_FSEEKO64) > return fseeko64(fp, offset, whence); >+#elif defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(LARGE_SMB_OFF_T) >+ return fseeko(fp, offset, whence); > #else > return fseek(fp, offset, whence); > #endif
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 8525
:
6998
|
7001
|
7004