From 279baed9c6064529eb420062f32b43e7e9d3895c Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 19 Nov 2007 20:43:53 +0100 Subject: [PATCH] add GNU/Hurd workaround thanks Fabienne Ducroquet --- awesome-client.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/awesome-client.c b/awesome-client.c index b94e819c0..e5ff73a61 100644 --- a/awesome-client.c +++ b/awesome-client.c @@ -29,6 +29,11 @@ #include "awesome-client.h" #include "util.h" +/* GNU/Hurd workaround */ +#ifndef MSG_NOSIGNAL +#define MSG_NOSIGNAL 0 +#endif + int main(int argc, char **argv) {