Module Name:    src
Committed By:   pooka
Date:           Mon Nov 10 22:29:06 UTC 2014

Modified Files:
        src/lib/librumpuser: rumpuser_port.h

Log Message:
Just _GNU_SOURCE should be enough to expose everything necessary on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/librumpuser/rumpuser_port.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librumpuser/rumpuser_port.h
diff -u src/lib/librumpuser/rumpuser_port.h:1.40 src/lib/librumpuser/rumpuser_port.h:1.41
--- src/lib/librumpuser/rumpuser_port.h:1.40	Wed Nov  5 12:28:46 2014
+++ src/lib/librumpuser/rumpuser_port.h	Mon Nov 10 22:29:06 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: rumpuser_port.h,v 1.40 2014/11/05 12:28:46 justin Exp $	*/
+/*	$NetBSD: rumpuser_port.h,v 1.41 2014/11/10 22:29:06 pooka Exp $	*/
 
 #ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
 #define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
@@ -63,8 +63,6 @@
 #endif
 
 #ifdef __linux__
-#define _XOPEN_SOURCE 600
-#define _BSD_SOURCE
 #define _GNU_SOURCE
 #endif
 

Reply via email to