Bugzilla – Attachment 78 Details for
Bug 213
-SNAP-20020410 fails to compile under AIX 4.3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
...and the patch for defines.h to use COMPILER_CHOKES_ON_SYSTEM_ALIGN helps, too.
defines.patch (text/plain), 408 bytes, created by
Doug Manton
on 2002-04-17 01:05:27 AEST
(
hide
)
Description:
...and the patch for defines.h to use COMPILER_CHOKES_ON_SYSTEM_ALIGN helps, too.
Filename:
MIME Type:
Creator:
Doug Manton
Created:
2002-04-17 01:05:27 AEST
Size:
408 bytes
patch
obsolete
>--- defines.h Fri Apr 12 04:35:40 2002 >+++ ../openssh-SNAP-20020416/defines.h Tue Apr 16 14:35:39 2002 >@@ -396,6 +396,11 @@ > #ifndef ALIGNBYTES > #define ALIGNBYTES (sizeof(int) - 1) > #endif >+#ifdef COMPILER_CHOKES_ON_SYSTEM_ALIGN >+#ifdef ALIGN >+#undef ALIGN >+#endif >+#endif /* COMPILER_CHOKES_ON_SYSTEM_ALIGN */ > #ifndef ALIGN > #define ALIGN(p) (((u_int)(p) + ALIGNBYTES) &~ ALIGNBYTES) > #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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213
:
71
|
77
| 78