All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xenpaging: remove XOPEN_SOURCE
@ 2011-12-13  9:30 Roger Pau Monne
  2011-12-13 10:02 ` Ian Campbell
  2011-12-14 13:37 ` Olaf Hering
  0 siblings, 2 replies; 9+ messages in thread
From: Roger Pau Monne @ 2011-12-13  9:30 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User Roger Pau Monne <roger.pau@entel.upc.edu>
# Date 1323768129 -3600
# Node ID 7697ee23b08b8eaca9aee4f6b79cf550a490bef7
# Parent  8a84f53376862427f254a017cb52c928dbdd3d32
xenpaging: remove XOPEN_SOURCE

The XOPEN_SOURCE define was breaking the compilation under NetBSD.
I've removed it becasue it is not necessary (at least under NetBSD).
If it is necessary for Linux, we can add a ifdef conditional to remove
this only under NetBSD.

Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu>

diff -r 8a84f5337686 -r 7697ee23b08b tools/xenpaging/xenpaging.c
--- a/tools/xenpaging/xenpaging.c	Tue Dec 13 09:49:55 2011 +0100
+++ b/tools/xenpaging/xenpaging.c	Tue Dec 13 10:22:09 2011 +0100
@@ -18,7 +18,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#define _XOPEN_SOURCE	600
 #define _GNU_SOURCE
 
 #include <inttypes.h>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-12-14 13:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13  9:30 [PATCH] xenpaging: remove XOPEN_SOURCE Roger Pau Monne
2011-12-13 10:02 ` Ian Campbell
2011-12-13 10:39   ` Laszlo Ersek
2011-12-13 13:21     ` Roger Pau Monné
2011-12-13 14:53       ` Ian Jackson
2011-12-14 10:14         ` Roger Pau Monné
2011-12-14 10:23           ` Olaf Hering
2011-12-14 11:02             ` Roger Pau Monné
2011-12-14 13:37 ` Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.