Changeset 242


Ignore:
Timestamp:
Aug 18, 2009, 7:57:18 PM (15 years ago)
Author:
katerina
Message:

Fix for ticket #162 (doesn't run on MacOS X).

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r241 r242  
    1212dnl start
    1313dnl
    14 AM_INIT_AUTOMAKE(samhain, 2.5.8)
     14AM_INIT_AUTOMAKE(samhain, 2.5.8a)
    1515AC_DEFINE([SAMHAIN], 1, [Application is samhain])
    1616AC_CANONICAL_HOST
  • trunk/docs/Changelog

    r240 r242  
     12.5.8a:
     2        * fixed a bug in sh_files.c that would prevent samhain from
     3          running on MacOS X (reported by David)
     4
    152.5.8:
    26        * fixed a bug in the MX resolver routine which causes it to fail
  • trunk/src/sh_files.c

    r227 r242  
    3333
    3434#include <utime.h>
    35 
    3635
    3736#ifdef HAVE_DIRENT_H
     
    21122111      static int rsrc_init = 0;
    21132112      static char rsrc[17];
    2114       char testpath = SH_ALLOC(PATH_MAX);
     2113      char * testpath = SH_ALLOC(PATH_MAX);
    21152114
    21162115      if (rsrc_init == 0) {
Note: See TracChangeset for help on using the changeset viewer.