search for: _sys_queue_h_

Displaying 2 results from an estimated 2 matches for "_sys_queue_h_".

2002 Mar 07
0
[Bug 146] New: OpenSSH 3.1p1 will not build on BSD/OS 4.2/4.1/4.01
...: `lookup_identity' defined but not used *** Error code 1 BSDI's <sys/queue.h> lacks TAILQ_FOREACH. While openbsd-compat/fake-queue.h can provide TAILQ_FOREACH, defining HAVE_BOGUS_SYS_QUEUE_H does not work. <sys/queue.h> is included by a number of system includes, causing _SYS_QUEUE_H_ to be defined by the time fake-queue.h is included which in turn ifdefs out all of fake-queue.h. ssh-rand-helper.c: In function `get_random_bytes_prngd': ssh-rand-helper.c:154: `ulong' undeclared (first use in this function) ssh-rand-helper.c:154: (Each undeclared identifier is reported o...
2002 Mar 07
11
[Bug 146] OpenSSH 3.1p1 will not build on BSD/OS 4.2/4.1/4.01
http://bugzilla.mindrot.org/show_bug.cgi?id=146 ------- Additional Comments From mouring at eviladmin.org 2002-03-08 07:38 ------- I just went through someone with this problem. And HAVE_BOGUS_SYS_QUEUE_H worked for them. However you must have BOTH HAVE_SYS_QUEUE_H and HAVE_BOGUS_SYS_QUEUE_H set. As for INADDR_LOOPBACK. I'd like to know where on BSD/OS that is defined so we can