Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumpuser Applications are not supposed to and do not ...



details:   https://anonhg.NetBSD.org/src/rev/509cd5c40f1d
branches:  trunk
changeset: 330007:509cd5c40f1d
user:      justin <justin%NetBSD.org@localhost>
date:      Tue Jun 17 09:53:59 2014 +0000

description:
Applications are not supposed to and do not need to include <features.h> explicitly

diffstat:

 lib/librumpuser/rumpuser_port.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 485f33c64b43 -r 509cd5c40f1d lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h   Tue Jun 17 09:35:46 2014 +0000
+++ b/lib/librumpuser/rumpuser_port.h   Tue Jun 17 09:53:59 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpuser_port.h,v 1.32 2014/04/02 17:09:23 justin Exp $        */
+/*     $NetBSD: rumpuser_port.h,v 1.33 2014/06/17 09:53:59 justin Exp $        */
 
 /*
  * Portability header for non-NetBSD platforms.
@@ -58,7 +58,6 @@
 #define _XOPEN_SOURCE 600
 #define _BSD_SOURCE
 #define _GNU_SOURCE
-#include <features.h>
 #endif
 
 #ifdef __ANDROID__



Home | Main Index | Thread Index | Old Index