[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:29 UTC 2011


The following commit has been merged in the upstream branch:
commit 5718f72bee0b9ce0759a3d705e8f37b3c539a7a5
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