Index: /trunk/configure.ac
===================================================================
--- /trunk/configure.ac	(revision 322)
+++ /trunk/configure.ac	(revision 323)
@@ -12,5 +12,5 @@
 dnl start
 dnl
-AM_INIT_AUTOMAKE(samhain, 2.8.3)
+AM_INIT_AUTOMAKE(samhain, 2.8.3a)
 AC_DEFINE([SAMHAIN], 1, [Application is samhain])
 AC_CANONICAL_HOST
Index: /trunk/docs/Changelog
===================================================================
--- /trunk/docs/Changelog	(revision 322)
+++ /trunk/docs/Changelog	(revision 323)
@@ -1,2 +1,6 @@
+2.8.3a:
+	* Fix two 'label at end of compound statement' errors on FreeBSD
+	  (reported by David E. Thiel)
+
 2.8.3:
 	* init scripts: load samhain_kmem.ko before samhain starts
Index: /trunk/src/sh_sub.c
===================================================================
--- /trunk/src/sh_sub.c	(revision 322)
+++ /trunk/src/sh_sub.c	(revision 323)
@@ -230,5 +230,5 @@
 
  out:
-
+  ; /* 'label at end of compound statement' */
   SH_MUTEX_UNLOCK(mutex_sub);
   return retval;
@@ -489,5 +489,5 @@
 
  end:
-
+  ; /* 'label at end of compound statement' */
   SH_MUTEX_UNLOCK(mutex_sub_work);
 
