Bugzilla – Attachment 3479 Details for
Bug 3278
OpenIndiana build fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Move generic includes outside of ifdef
openssh-solaris-log_h.patch (text/plain), 684 bytes, created by
Darren Tucker
on 2021-03-11 23:04:48 AEDT
(
hide
)
Description:
Move generic includes outside of ifdef
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2021-03-11 23:04:48 AEDT
Size:
684 bytes
patch
obsolete
>diff --git a/openbsd-compat/port-solaris.c b/openbsd-compat/port-solaris.c >index 7d5a28cd..b84fbff5 100644 >--- a/openbsd-compat/port-solaris.c >+++ b/openbsd-compat/port-solaris.c >@@ -17,8 +17,6 @@ > #include "config.h" > #include "includes.h" > >-#ifdef USE_SOLARIS_PROCESS_CONTRACTS >- > #include <sys/types.h> > #include <sys/stat.h> > #include <sys/param.h> >@@ -31,12 +29,14 @@ > #include <string.h> > #include <unistd.h> > >+#include "log.h" >+ >+#ifdef USE_SOLARIS_PROCESS_CONTRACTS >+ > #include <libcontract.h> > #include <sys/contract/process.h> > #include <sys/ctfs.h> > >-#include "log.h" >- > #define CT_TEMPLATE CTFS_ROOT "/process/template" > #define CT_LATEST CTFS_ROOT "/process/latest" >
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 3278
: 3479