wrowe 00/12/07 05:20:43
Modified: test testmmap.c
Log:
Fix typo (thanks, gstein, for pointing this out.)
Revision Changes Path
1.19 +5 -5 apr/test/testmmap.c
Index: testmmap.c
===================================================================
RCS file: /home/cvs/apr/test/testmmap.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- testmmap.c 2000/12/07 06:52:59 1.18
+++ testmmap.c 2000/12/07 13:20:43 1.19
@@ -52,17 +52,17 @@
* <http://www.apache.org/>.
*/
+#include "apr_mmap.h"
+#include "apr_errno.h"
+#include "apr_general.h"
+#include "apr_lib.h"
+#include "apr_file_io.h"
#if APR_HAS_UNISTD_H
#include <unistd.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "apr_mmap.h"
-#include "apr_errno.h"
-#include "apr_general.h"
-#include "apr_lib.h"
-#include "apr_file_io.h"
/* hmmm, what is a truly portable define for the max path
* length on a platform?