[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:16:54 UTC 2009
The following commit has been merged in the upstream branch:
commit 6092e4346a8ea81c511feb31de1007c26bc672a2
Author: Clint Adams <schizo at debian.org>
Date: Thu Oct 7 20:07:49 2004 +0000
move XOPEN_SOURCE somewhere sane
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-32
diff --git a/communicate.c b/communicate.c
index 9e1ee52..9d7fdff 100644
--- a/communicate.c
+++ b/communicate.c
@@ -10,11 +10,11 @@
*/
+# define _XOPEN_SOURCE 600
#include "communicate.h"
#include <dlfcn.h>
#include <stdio.h>
#ifndef FAKEROOT_FAKENET
-# define _XOPEN_SOURCE 600
# include <sys/ipc.h>
# include <sys/msg.h>
# include <sys/sem.h>
--
fakeroot
More information about the Fakeroot-commits
mailing list