Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser Just _GNU_SOURCE should be enough to expose ...
details: https://anonhg.NetBSD.org/src/rev/d149f7abc3ab
branches: trunk
changeset: 333611:d149f7abc3ab
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Nov 10 22:29:06 2014 +0000
description:
Just _GNU_SOURCE should be enough to expose everything necessary on Linux
diffstat:
lib/librumpuser/rumpuser_port.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 8e506bdff16b -r d149f7abc3ab lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h Mon Nov 10 22:02:00 2014 +0000
+++ b/lib/librumpuser/rumpuser_port.h Mon Nov 10 22:29:06 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index