Bugzilla – Attachment 47 Details for
Bug 146
OpenSSH 3.1p1 will not build on BSD/OS 4.2/4.1/4.01
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround for fake-queue
fake-queue.h.patch (text/plain), 711 bytes, created by
Melvyn Sopacua
on 2002-03-18 12:54:09 AEDT
(
hide
)
Description:
Workaround for fake-queue
Filename:
MIME Type:
Creator:
Melvyn Sopacua
Created:
2002-03-18 12:54:09 AEDT
Size:
711 bytes
patch
obsolete
>--- fake-queue.h.dist Mon Mar 18 02:39:11 2002 >+++ fake-queue.h Mon Mar 18 02:30:18 2002 >@@ -36,7 +36,19 @@ > * @(#)queue.h 8.5 (Berkeley) 8/20/94 > */ > >-#ifndef _SYS_QUEUE_H_ >+#if !defined(_SYS_QUEUE_H_) || defined(HAVE_BOGUS_SYS_QUEUE_H) >+#ifdef HAVE_BOGUS_SYS_QUEUE_H >+#undef LIST_INIT >+#undef CIRCLEQ_INIT >+#undef CIRCLEQ_INSERT_AFTER >+#undef CIRCLEQ_INSERT_BEFORE >+#undef CIRCLEQ_INSERT_HEAD >+#undef CIRCLEQ_INSERT_TAIL >+#undef CIRCLEQ_REMOVE >+#endif >+#ifdef _SYS_QUEUE_H_ >+#undef _SYS_QUEUE_H_ >+#endif > #define _SYS_QUEUE_H_ > > /* >@@ -500,4 +512,4 @@ > (elm2)->field.cqe_prev->field.cqe_next = (elm2); \ > } while (0) > >-#endif /* !_SYS_QUEUE_H_ */ >+#endif /* !_SYS_QUEUE_H_ || HAVE_BOGUS_SYS_QUEUE_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 146
:
44
| 47