The Samba-Bugzilla – Attachment 13344 Details for
Bug 12878
Missing stdint.h include in test_sambafs_srv_pipe.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 4.7
0001-unittests-Add-missing-stdint.h-include.patch (text/plain), 931 bytes, created by
Andreas Schneider
on 2017-07-06 06:21:39 UTC
(
hide
)
Description:
patch for 4.7
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2017-07-06 06:21:39 UTC
Size:
931 bytes
patch
obsolete
>From af7341f3387286cfcbf3f969321cd65d0b333641 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Wed, 5 Jul 2017 08:59:23 +0200 >Subject: [PATCH] unittests: Add missing stdint.h include > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12878 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Alexander Bokovoy <ab@samba.org> >(cherry picked from commit 5d18c5e5ec52a185991f9de6883171f85f7d4fa7) >--- > testsuite/unittests/test_sambafs_srv_pipe.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/testsuite/unittests/test_sambafs_srv_pipe.c b/testsuite/unittests/test_sambafs_srv_pipe.c >index 641e99d932b..553f5309928 100644 >--- a/testsuite/unittests/test_sambafs_srv_pipe.c >+++ b/testsuite/unittests/test_sambafs_srv_pipe.c >@@ -2,6 +2,7 @@ > #include <stdarg.h> > #include <stddef.h> > #include <setjmp.h> >+#include <stdint.h> > #include <unistd.h> > #include <sys/stat.h> > #include <cmocka.h> >-- >2.13.2 >
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:
ab
:
review+
Actions:
View
Attachments on
bug 12878
: 13344