[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] stubdom: fix pass-through compilation
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1215262819 -3600 # Node ID 30c20e467f0b1226f833eabbfa35c261f5c8d713 # Parent e12df2e7bd432970cb6a401026beaea31e93c0ea stubdom: fix pass-through compilation Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> --- extras/mini-os/include/posix/limits.h | 1 + 1 files changed, 1 insertion(+) diff -r e12df2e7bd43 -r 30c20e467f0b extras/mini-os/include/posix/limits.h --- a/extras/mini-os/include/posix/limits.h Sat Jul 05 14:00:03 2008 +0100 +++ b/extras/mini-os/include/posix/limits.h Sat Jul 05 14:00:19 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 */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |