[Expat-checkins] expat/xmlwf readfilemap.c,1.10,1.11
Fred L. Drake
fdrake at users.sourceforge.net
Thu Apr 29 23:44:36 EDT 2004
- Previous message: [Expat-checkins] expat/tests minicheck.c, NONE, 1.1 minicheck.h,
NONE, 1.1 chardata.c, 1.6, 1.7 runtests.c, 1.55, 1.56
- Next message: [Expat-checkins] expat/doc reference.html,1.56,1.57
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/expat/expat/xmlwf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2296
Modified Files:
readfilemap.c
Log Message:
patch from Shard (neoni dot net) to support BeOS
Index: readfilemap.c
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/readfilemap.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- readfilemap.c 20 Nov 2002 16:20:10 -0000 1.10
+++ readfilemap.c 30 Apr 2004 03:44:34 -0000 1.11
@@ -8,6 +8,10 @@
#include <stdlib.h>
#include <stdio.h>
+#ifdef __BEOS__
+#include <unistd.h>
+#endif
+
#ifndef S_ISREG
#ifndef S_IFREG
#define S_IFREG _S_IFREG
- Previous message: [Expat-checkins] expat/tests minicheck.c, NONE, 1.1 minicheck.h,
NONE, 1.1 chardata.c, 1.6, 1.7 runtests.c, 1.55, 1.56
- Next message: [Expat-checkins] expat/doc reference.html,1.56,1.57
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Expat-checkins
mailing list