SOURCES: snortconf-include.patch (NEW) - new
shadzik
shadzik at pld-linux.org
Thu Jun 1 02:20:03 CEST 2006
Author: shadzik Date: Thu Jun 1 00:20:03 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new
---- Files affected:
SOURCES:
snortconf-include.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/snortconf-include.patch
diff -u /dev/null SOURCES/snortconf-include.patch:1.1
--- /dev/null Thu Jun 1 02:20:03 2006
+++ SOURCES/snortconf-include.patch Thu Jun 1 02:19:58 2006
@@ -0,0 +1,15 @@
+--- src/include.h 2002-02-22 13:15:24.000000000 +0100
++++ src/include.h-new 2006-06-01 02:21:04.752872008 +0200
+@@ -38,10 +38,10 @@
+ #include<regex.h>
+
+ #ifdef HAVE_NCURSES_H
+- #include<ncurses.h>
++ #include<ncurses/ncurses.h>
+ #else
+ #ifdef HAVE_CURSES_H
+- #include<curses.h>
++ #include<ncurses/curses.h>
+ #endif
+ #endif
+
================================================================
More information about the pld-cvs-commit
mailing list