Merge lp:~ourdelta-core/maria/mariadb-openquery-fixes into lp:~maria-captains/maria/5.1-release.old-format

Proposed by Arjen Lentz
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ourdelta-core/maria/mariadb-openquery-fixes
Merge into: lp:~maria-captains/maria/5.1-release.old-format
Diff against target: 15 lines
1 file modified
extra/libevent/event-internal.h (+5/-0)
To merge this branch: bzr merge lp:~ourdelta-core/maria/mariadb-openquery-fixes
Reviewer Review Type Date Requested Status
Maria-captains Pending
Review via email: mp+14247@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Arjen Lentz (arjen-lentz) wrote :

fix to make build on Debian 4 (Etch) work. See bugreport for details.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'extra/libevent/event-internal.h'
2--- extra/libevent/event-internal.h 2009-03-12 22:27:35 +0000
3+++ extra/libevent/event-internal.h 2009-10-31 09:20:27 +0000
4@@ -70,6 +70,11 @@
5
6 /* Internal use only: Functions that might be missing from <sys/queue.h> */
7 #ifndef HAVE_TAILQFOREACH
8+/* These following macros are copied from BSD sys/queue.h
9+ Copyright (c) 1991, 1993, The Regents of the University of California.
10+ All rights reserved.
11+*/
12+#define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
13 #define TAILQ_FIRST(head) ((head)->tqh_first)
14 #define TAILQ_END(head) NULL
15 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)

Subscribers

People subscribed via source and target branches

to all changes: