Changeset 242
- Timestamp:
- Aug 18, 2009, 7:57:18 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r241 r242 12 12 dnl start 13 13 dnl 14 AM_INIT_AUTOMAKE(samhain, 2.5.8 )14 AM_INIT_AUTOMAKE(samhain, 2.5.8a) 15 15 AC_DEFINE([SAMHAIN], 1, [Application is samhain]) 16 16 AC_CANONICAL_HOST -
trunk/docs/Changelog
r240 r242 1 2.5.8a: 2 * fixed a bug in sh_files.c that would prevent samhain from 3 running on MacOS X (reported by David) 4 1 5 2.5.8: 2 6 * fixed a bug in the MX resolver routine which causes it to fail -
trunk/src/sh_files.c
r227 r242 33 33 34 34 #include <utime.h> 35 36 35 37 36 #ifdef HAVE_DIRENT_H … … 2112 2111 static int rsrc_init = 0; 2113 2112 static char rsrc[17]; 2114 char testpath = SH_ALLOC(PATH_MAX);2113 char * testpath = SH_ALLOC(PATH_MAX); 2115 2114 2116 2115 if (rsrc_init == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.