wrowe 02/05/09 20:56:19
Modified: include/arch/unix fileio.h
test testdso.c
Log:
Address PR 8963
Revision Changes Path
1.40 +5 -5 apr/include/arch/unix/fileio.h
Index: fileio.h
===================================================================
RCS file: /home/cvs/apr/include/arch/unix/fileio.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- fileio.h 20 Mar 2002 08:54:43 -0000 1.39
+++ fileio.h 10 May 2002 03:56:19 -0000 1.40
@@ -107,13 +107,13 @@
#endif
#if BEOS_BONE
- #ifndef BONE7
+# ifndef BONE7
/* prior to BONE/7 fd_set & select were defined in sys/socket.h */
- #include <sys/socket.h>
- #else
+# include <sys/socket.h>
+# else
/* Be moved the fd_set stuff and also the FIONBIO definition... */
- #include <sys/ioctl.h>
- #endif
+# include <sys/ioctl.h>
+# endif
#endif
/* End System headers */
1.20 +5 -5 apr/test/testdso.c
Index: testdso.c
===================================================================
RCS file: /home/cvs/apr/test/testdso.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- testdso.c 13 Mar 2002 20:39:27 -0000 1.19
+++ testdso.c 10 May 2002 03:56:19 -0000 1.20
@@ -67,11 +67,11 @@
#ifdef NETWARE
#define LIB_NAME "mod_test.nlm"
#else
- #ifndef BEOS
- #define LIB_NAME ".libs/mod_test.so"
- #else
- #define LIB_NAME "mod_test.so"
- #endif
+# ifndef BEOS
+# define LIB_NAME ".libs/mod_test.so"
+# else
+# define LIB_NAME "mod_test.so"
+# endif
#endif
int main (int argc, char ** argv)