Changeset 323 for trunk


Ignore:
Timestamp:
Mar 24, 2011, 9:32:25 PM (14 years ago)
Author:
katerina
Message:

Fix for ticket #242 (Compile error on FreeBSD) and #241 (deploy.sh documentation)

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

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

    r321 r323  
     12.8.3a:
     2        * Fix two 'label at end of compound statement' errors on FreeBSD
     3          (reported by David E. Thiel)
     4
    152.8.3:
    26        * init scripts: load samhain_kmem.ko before samhain starts
  • trunk/src/sh_sub.c

    r321 r323  
    230230
    231231 out:
    232 
     232  ; /* 'label at end of compound statement' */
    233233  SH_MUTEX_UNLOCK(mutex_sub);
    234234  return retval;
     
    489489
    490490 end:
    491 
     491  ; /* 'label at end of compound statement' */
    492492  SH_MUTEX_UNLOCK(mutex_sub_work);
    493493
Note: See TracChangeset for help on using the changeset viewer.