The Samba-Bugzilla – Attachment 8217 Details for
Bug 9413
waf build fails on AIX6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (taken from master)
0001-examples-fix-build-on-AIX6.patch (text/plain), 1.76 KB, created by
Christian Ambach
on 2012-11-21 08:04:15 UTC
(
hide
)
Description:
Proposed patch (taken from master)
Filename:
MIME Type:
Creator:
Christian Ambach
Created:
2012-11-21 08:04:15 UTC
Size:
1.76 KB
patch
obsolete
>From cf7e0e73576497ce766e810e654a4f6f2584a8bb Mon Sep 17 00:00:00 2001 >From: Christian Ambach <ambi@samba.org> >Date: Tue, 20 Nov 2012 09:50:15 +0100 >Subject: [PATCH] examples: fix build on AIX6 > >Signed-off-by: Christian Ambach <ambi@samba.org> > >Autobuild-User(master): Volker Lendecke <vl@samba.org> >Autobuild-Date(master): Tue Nov 20 16:06:59 CET 2012 on sn-devel-104 >--- > examples/libsmbclient/testfstatvfs.c | 2 ++ > examples/libsmbclient/teststatvfs.c | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/examples/libsmbclient/testfstatvfs.c b/examples/libsmbclient/testfstatvfs.c >index 2442404..512563f 100644 >--- a/examples/libsmbclient/testfstatvfs.c >+++ b/examples/libsmbclient/testfstatvfs.c >@@ -86,8 +86,10 @@ int main(int argc, char * argv[]) > (unsigned long long) statvfsbuf.f_ffree); > printf("Available Files: %llu\n", > (unsigned long long) statvfsbuf.f_favail); >+#ifdef HAVE_FSID_INT > printf("File System ID: %lu\n", > (unsigned long) statvfsbuf.f_fsid); >+#endif > printf("\n"); > > printf("Flags: 0x%lx\n", statvfsbuf.f_flag); >diff --git a/examples/libsmbclient/teststatvfs.c b/examples/libsmbclient/teststatvfs.c >index 5c69122..2f656d5 100644 >--- a/examples/libsmbclient/teststatvfs.c >+++ b/examples/libsmbclient/teststatvfs.c >@@ -58,8 +58,10 @@ int main(int argc, char * argv[]) > (unsigned long long) statvfsbuf.f_ffree); > printf("Available Files: %llu\n", > (unsigned long long) statvfsbuf.f_favail); >+#ifdef HAVE_FSID_INT > printf("File System ID: %lu\n", > (unsigned long) statvfsbuf.f_fsid); >+#endif > printf("\n"); > > printf("Flags: 0x%lx\n", statvfsbuf.f_flag); >-- >1.7.11.7 >
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
Flags:
vl
:
review+
Actions:
View
Attachments on
bug 9413
: 8217