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/include apr_file_io.h

2000-01-03 Thread rbb
rbb 00/01/03 11:47:44 Modified:src/lib/apr/file_io/unix filestat.c src/lib/apr/include apr_file_io.h Log: Add a new function. We shouldn't need to have an open file in order to get stat information about the file. This takes care of that problem. Revision

cvs commit: apache-2.0/src/lib/apr/file_io/unix filestat.c

2000-01-03 Thread rbb
rbb 00/01/03 12:57:25 Modified:src/lib/apr/file_io/unix filestat.c Log: Fix the ap_stat function so we don't leak memory if we are passed an already filled out file structure. This leaves us vulnerable to having a file structure where the information isn't for the file the