Index: /trunk/BNC/RTCM3/clock_orbit_rtcm.c
===================================================================
--- /trunk/BNC/RTCM3/clock_orbit_rtcm.c	(revision 2324)
+++ /trunk/BNC/RTCM3/clock_orbit_rtcm.c	(revision 2325)
@@ -3,5 +3,5 @@
         Name:           clock_orbit_rtcm.c
         Project:        RTCM3
-        Version:        $Id: clock_orbit_rtcm.c,v 1.17.2.1 2009/11/25 15:11:47 mervart Exp $
+        Version:        $Id: clock_orbit_rtcm.c,v 1.9 2010/02/22 13:42:26 stoecker Exp $
         Authors:        Dirk Stöcker
         Description:    state space approach for RTCM3
@@ -10,10 +10,9 @@
 #include <stdio.h>
 #include <string.h>
-#include <sys/types.h>
-
 #ifndef sparc
 #include <stdint.h>
-#endif
-
+#else
+#include <sys/types.h>
+#endif
 #include "clock_orbit_rtcm.h"
 
@@ -233,5 +232,6 @@
       nums = 28;
     }
-    else {
+    else
+    {
       left = 0;
     }
@@ -428,5 +428,5 @@
 int moremessagesfollow, char *buffer, size_t size)
 {
-  int gps, glo, mmi, i, j;
+  int gps=0, glo=0, mmi, i, j;
 
   STARTDATA
Index: /trunk/BNS/RTCM/clock_orbit_rtcm.c
===================================================================
--- /trunk/BNS/RTCM/clock_orbit_rtcm.c	(revision 2324)
+++ /trunk/BNS/RTCM/clock_orbit_rtcm.c	(revision 2325)
@@ -3,5 +3,5 @@
         Name:           clock_orbit_rtcm.c
         Project:        RTCM3
-        Version:        $Id: clock_orbit_rtcm.c,v 1.16 2009/07/06 06:50:22 mervart Exp $
+        Version:        $Id: clock_orbit_rtcm.c,v 1.9 2010/02/22 13:42:26 stoecker Exp $
         Authors:        Dirk Stöcker
         Description:    state space approach for RTCM3
@@ -10,10 +10,9 @@
 #include <stdio.h>
 #include <string.h>
-#include <sys/types.h>
-
 #ifndef sparc
 #include <stdint.h>
-#endif
-
+#else
+#include <sys/types.h>
+#endif
 #include "clock_orbit_rtcm.h"
 
@@ -233,5 +232,6 @@
       nums = 28;
     }
-    else {
+    else
+    {
       left = 0;
     }
@@ -428,5 +428,5 @@
 int moremessagesfollow, char *buffer, size_t size)
 {
-  int gps, glo, mmi, i, j;
+  int gps=0, glo=0, mmi, i, j;
 
   STARTDATA
