> -Mensaje original-
> De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]
> Enviado el: Jueves, 07 de Septiembre de 2000 05:01
> Para: [EMAIL PROTECTED]
> Asunto: cvs commit: apache-2.0/src/include bsd_queue.h
>
> fanf00/09/07 03:01:25
>
>
fanf00/09/07 04:22:50
Removed: src/include bsd_queue.h
Log:
Damn. I just worked out that since I first patched in this code we
added split() to the buckets API, which requires a Q_INSERT_AFTER
macro which doesn't depend on knowing where the head of the queue
is. None of the
fanf00/09/07 03:16:58
Modified:src/include bsd_queue.h
Log:
Throw away the macros that we don't need, and include the relevant bit
of the manual page.
Revision ChangesPath
1.3 +139 -427 apache-2.0/src/include/bsd_queue.h
Index: bsd_queue.h
fanf00/09/07 03:03:45
Modified:src/include bsd_queue.h
Log:
Add my concatenation macros. These have been submitted to FreeBSD. See
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=20024
Revision ChangesPath
1.2 +37 -7 apache-2.0/src/include/bsd_queue.h
Inde
fanf00/09/07 03:01:25
Added: src/include bsd_queue.h
Log:
Add list/queue macros from FreeBSD for use in bucket brigades etc.
Obtained from:
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/sys/queue.h?rev=1.40&content-type=text/plain
Revision Changes