blob: 3afb22d8da57336b0cd81b666980fc4e97784735 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- libnids-1.23.orig/src/killtcp.c 2006-05-08 22:05:51.000000000 +0200
+++ libnids-1.23/src/killtcp.c 2009-05-31 03:41:51.000000000 +0200
@@ -118,6 +118,6 @@ void nids_killtcp(struct tcp_stream *a_t
if (initialized)
abort();
}
-#elif
+#else
#error Something wrong with LIBNET_VER
#endif
|