[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 8c0e90008dcd8eb416df399d840d69ada023f797
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