@@ -2237,7 +2237,7 @@
+#endif /* DATASTRUCTS_H */
diff -uNr snort-2.9.2.2-clean/src/dynamic-preprocessors/ipv6/spp_ipv6.h snort-2.9.2.2/src/dynamic-preprocessors/ipv6/spp_ipv6.h
--- snort-2.9.2.2-clean/src/dynamic-preprocessors/ipv6/spp_ipv6.h 1970-01-01 01:00:00.000000000 +0100
-+++ snort-2.9.2.2/src/dynamic-preprocessors/ipv6/spp_ipv6.h 2012-05-12 22:39:59.733266517 +0200
++++ snort-2.9.2.2/src/dynamic-preprocessors/ipv6/spp_ipv6.h 2012-05-12 22:45:26.301268238 +0200
@@ -0,0 +1,195 @@
+/*
+ * spp_ipv6.h
@@ -2429,9 +2429,9 @@
+static void set_default_config(struct IPv6_Config *config);
+inline static void read_num(char **arg, const char *param, u_int32_t *configptr);
+
-+const int MAJOR_VERSION = 1;
-+const int MINOR_VERSION = 0;
-+const int BUILD_VERSION = 1;
++static const int MAJOR_VERSION = 1;
++static const int MINOR_VERSION = 0;
++static const int BUILD_VERSION = 1;
+
+#endif /* _SPP_IPV6_H */
diff -uNr snort-2.9.2.2-clean/src/dynamic-preprocessors/ipv6/spp_ipv6_parse.c snort-2.9.2.2/src/dynamic-preprocessors/ipv6/spp_ipv6_parse.c
|