cvs commit: apache-2.0/src/lib/apr/mmap/unix common.c

2000-01-03 Thread sascha
sascha 00/01/03 05:41:06 Modified:src/lib/apr/mmap/unix common.c Log: Pointer arithmetic using void * is non-sense. GCC implicitly converts these constructs to char *. To support other compilers, we cast explicitly. Revision ChangesPath 1.7 +1 -1

cvs commit: apache-2.0/src/lib/apr/mmap/unix common.c

1999-12-01 Thread rbb
rbb 99/12/01 12:50:03 Modified:src/lib/apr/locks/unix crossproc.c src/lib/apr/mmap/unix common.c Log: Fix a couple of files that need to include apr_config.h now. All of these are APR .c files. Revision ChangesPath 1.9 +1 -0

cvs commit: apache-2.0/src/lib/apr/mmap/unix common.c mmap.c mmap_h.h

1999-11-13 Thread dreid
dreid 99/11/12 16:07:26 Modified:src/lib/apr aclocal.m4 configure.in src/lib/apr/include apr_mmap.h src/lib/apr/mmap/beos mmap.c mmap_h.h src/lib/apr/mmap/unix common.c mmap.c mmap_h.h Log: hange the way that we test for the size of

cvs commit: apache-2.0/src/lib/apr/mmap/unix common.c mmap.c mmap_h.h

1999-11-10 Thread rbb
rbb 99/11/10 07:25:05 Modified:src/lib/apr/mmap/unix common.c mmap.c mmap_h.h Log: Fix a logic error for mmap on unix. Basically, if you are going to check for the existance of an autoconf generated defintion, the check must be after you include all of your header files.

cvs commit: apache-2.0/src/lib/apr/mmap/unix common.c Makefile.in mmap.c

1999-11-03 Thread dreid
dreid 99/11/03 04:30:59 Modified:src/lib/apr/mmap/beos Makefile.in mmap.c src/lib/apr/mmap/unix Makefile.in mmap.c Added: src/lib/apr/mmap/beos common.c src/lib/apr/mmap/unix common.c Log: Add more functions to the APR mmap. Revision