- Timestamp:
- Mar 24, 2011, 9:32:25 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r321 r323 12 12 dnl start 13 13 dnl 14 AM_INIT_AUTOMAKE(samhain, 2.8.3 )14 AM_INIT_AUTOMAKE(samhain, 2.8.3a) 15 15 AC_DEFINE([SAMHAIN], 1, [Application is samhain]) 16 16 AC_CANONICAL_HOST -
trunk/docs/Changelog
r321 r323 1 2.8.3a: 2 * Fix two 'label at end of compound statement' errors on FreeBSD 3 (reported by David E. Thiel) 4 1 5 2.8.3: 2 6 * init scripts: load samhain_kmem.ko before samhain starts -
trunk/src/sh_sub.c
r321 r323 230 230 231 231 out: 232 232 ; /* 'label at end of compound statement' */ 233 233 SH_MUTEX_UNLOCK(mutex_sub); 234 234 return retval; … … 489 489 490 490 end: 491 491 ; /* 'label at end of compound statement' */ 492 492 SH_MUTEX_UNLOCK(mutex_sub_work); 493 493
Note:
See TracChangeset
for help on using the changeset viewer.