]> git.pld-linux.org Git - packages/argus-clients.git/blob - argus-clients-ratop-ncurses.patch
- logrotate 3.8.0 requires "su" option for non-root writable dirs
[packages/argus-clients.git] / argus-clients-ratop-ncurses.patch
1 --- ratop/ratop.h       2007-05-01 03:56:40.000000000 +0200
2 +++ ratop/ratop.h       2007-05-04 10:12:03.000000000 +0200
3 @@ -67,7 +67,7 @@ char *RaGetHostFieldLength(void); 
4  char *RaGetPortFieldLength(void); 
5  
6  #if defined(ARGUS_CURSES)
7 -#include <curses.h>
8 +#include <ncurses/curses.h>
9  
10  #if defined(__NetBSD__) || defined(CYGWIN)
11  #include <termios.h>
12 --- ratop/ratop.h       2007-05-04 10:26:18.000000000 +0200
13 +++ ratop/ratop.h       2007-05-04 10:29:04.000000000 +0200
14 @@ -72,7 +72,7 @@ char *RaGetPortFieldLength(void); 
15  #if defined(__NetBSD__) || defined(CYGWIN)
16  #include <termios.h>
17  #else
18 -#include <term.h>
19 +#include <ncurses/term.h>
20  #endif /* NetBSD || CYGWIN */
21  
22  char *RaModifyCommandArray[] = {
This page took 0.241259 seconds and 3 git commands to generate.