* [PATCH] stubdom: fix pass-through compilation
@ 2008-07-04 17:57 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-07-04 17:57 UTC (permalink / raw)
To: xen-devel
stubdom: fix pass-through compilation
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r ddafa46d7fb3 extras/mini-os/include/posix/limits.h
--- a/extras/mini-os/include/posix/limits.h Fri Jul 04 18:46:28 2008 +0100
+++ b/extras/mini-os/include/posix/limits.h Fri Jul 04 18:57:17 2008 +0100
@@ -41,5 +41,6 @@
#define ULONG_LONG_MAX ULLONG_MAX
#define PATH_MAX __PAGE_SIZE
+#define PAGE_SIZE __PAGE_SIZE
#endif /* _POSIX_LIMITS_H */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-04 17:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 17:57 [PATCH] stubdom: fix pass-through compilation Samuel Thibault
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.