Module Name: src
Committed By: justin
Date: Tue Jun 17 09:53:59 UTC 2014
Modified Files:
src/lib/librumpuser: rumpuser_port.h
Log Message:
Applications are not supposed to and do not need to include <features.h>
explicitly
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/lib/librumpuser/rumpuser_port.h:1.33
--- src/lib/librumpuser/rumpuser_port.h:1.32 Wed Apr 2 17:09:23 2014
+++ src/lib/librumpuser/rumpuser_port.h Tue Jun 17 09:53:59 2014
@@ -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__