On 21.05.2012 06:27, Edward O'Callaghan wrote: > Signed-off-by: Edward O'Callaghan <[email protected]> > --- > common/util.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/common/util.h b/common/util.h > index 920b85f..ce004ed 100644 > --- a/common/util.h > +++ b/common/util.h > @@ -32,7 +32,7 @@ > #include <assert.h> > #include <stdio.h> > > -#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)) > +#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)) > || defined (__DragonFly__)) > #include <alloca.h> > #endif
Thanks, merged. However, I tinkered with the commit message a little: $ git am -s /tmp/\[CHANGE\]\ Add\ platform\ support\ for\ DragonflyBSD.\ Simply\ adds\ a\ define\ required\ for\ awesomewm\ to\ work\ on\ the\ BSDs..eml * Running commit-msg hook fatal: Summary is way too long. (104 characters) Cheers, Uli -- Bitte nicht mit dem verbleibenden Auge in den Laser gucken. - Vincent Ebert -- To unsubscribe, send mail to [email protected].
