Bugzilla – Attachment 3543 Details for
Bug 3336
openssh-8.6_p1 fails to build tests with glibc 2.34
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use includes.h in compat tests.
openssh-libcompat-tests.patch (text/plain), 2.74 KB, created by
Darren Tucker
on 2021-08-10 21:02:36 AEST
(
hide
)
Description:
use includes.h in compat tests.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2021-08-10 21:02:36 AEST
Size:
2.74 KB
patch
obsolete
>diff --git a/openbsd-compat/regress/Makefile.in b/openbsd-compat/regress/Makefile.in >index c5aae61e..dd8cdc4b 100644 >--- a/openbsd-compat/regress/Makefile.in >+++ b/openbsd-compat/regress/Makefile.in >@@ -7,7 +7,7 @@ VPATH=@srcdir@ > CC=@CC@ > LD=@LD@ > CFLAGS=@CFLAGS@ >-CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@ >+CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. @CPPFLAGS@ @DEFS@ > EXEEXT=@EXEEXT@ > LIBCOMPAT=../libopenbsd-compat.a > LIBS=@LIBS@ >diff --git a/openbsd-compat/regress/closefromtest.c b/openbsd-compat/regress/closefromtest.c >index 82ffeb9a..7a69fb2b 100644 >--- a/openbsd-compat/regress/closefromtest.c >+++ b/openbsd-compat/regress/closefromtest.c >@@ -14,6 +14,8 @@ > * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. > */ > >+#include "includes.h" >+ > #include <sys/types.h> > #include <sys/stat.h> > >@@ -24,8 +26,6 @@ > > #define NUM_OPENS 10 > >-int closefrom(int); >- > void > fail(char *msg) > { >diff --git a/openbsd-compat/regress/opensslvertest.c b/openbsd-compat/regress/opensslvertest.c >index 5d019b59..43825b24 100644 >--- a/openbsd-compat/regress/opensslvertest.c >+++ b/openbsd-compat/regress/opensslvertest.c >@@ -14,6 +14,8 @@ > * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. > */ > >+#include "includes.h" >+ > #include <stdio.h> > #include <stdlib.h> > >diff --git a/openbsd-compat/regress/snprintftest.c b/openbsd-compat/regress/snprintftest.c >index 6dc2e222..a3134db1 100644 >--- a/openbsd-compat/regress/snprintftest.c >+++ b/openbsd-compat/regress/snprintftest.c >@@ -17,6 +17,8 @@ > > #define BUFSZ 2048 > >+#include "includes.h" >+ > #include <sys/types.h> > #include <stdlib.h> > #include <stdio.h> >diff --git a/openbsd-compat/regress/strduptest.c b/openbsd-compat/regress/strduptest.c >index 7f6d779b..8a3ccf77 100644 >--- a/openbsd-compat/regress/strduptest.c >+++ b/openbsd-compat/regress/strduptest.c >@@ -14,6 +14,8 @@ > * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. > */ > >+#include "includes.h" >+ > #include <stdlib.h> > #include <string.h> > >diff --git a/openbsd-compat/regress/strtonumtest.c b/openbsd-compat/regress/strtonumtest.c >index 50ca5bd2..46bd2b91 100644 >--- a/openbsd-compat/regress/strtonumtest.c >+++ b/openbsd-compat/regress/strtonumtest.c >@@ -17,6 +17,8 @@ > > /* OPENBSD ORIGINAL: regress/lib/libc/strtonum/strtonumtest.c */ > >+#include "includes.h" >+ > #include <limits.h> > #include <stdio.h> > #include <stdlib.h> >diff --git a/openbsd-compat/regress/utimensattest.c b/openbsd-compat/regress/utimensattest.c >index 24312e5d..bbc66c48 100644 >--- a/openbsd-compat/regress/utimensattest.c >+++ b/openbsd-compat/regress/utimensattest.c >@@ -14,6 +14,8 @@ > * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. > */ > >+#include "includes.h" >+ > #include <sys/types.h> > #include <sys/stat.h> >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3336
:
3542
| 3543