[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 2d94adc81bddcbcd2d90d83022777ff887f1a40d
Author: Clint Adams <schizo at debian.org>
Date:   Thu Oct 7 16:08:30 2004 +0000

    correct _XOPEN_SOURCE number
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-31

diff --git a/communicate.c b/communicate.c
index b3a22af..9e1ee52 100644
--- a/communicate.c
+++ b/communicate.c
@@ -14,7 +14,7 @@
 #include <dlfcn.h>
 #include <stdio.h>
 #ifndef FAKEROOT_FAKENET
-# define _XOPEN_SOURCE 1
+# 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