components/iftop/patches/03.ui.c.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Tue, 13 Sep 2016 13:02:35 -0700
changeset 6896 142170914c4c
parent 306 9da68c8821e3
permissions -rw-r--r--
Added tag s12-108.1 for changeset 71ef4536e377
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
306
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
--- ui.c.orig	Fri Dec  5 14:04:54 2008
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
+++ ui.c	Fri Dec  5 11:20:53 2008
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
@@ -6,7 +6,7 @@
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
 #include <sys/types.h>
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
 
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
 #include <ctype.h>
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
-#include <curses.h>
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
+#include <ncurses.h>
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
 #include <errno.h>
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
 #include <string.h>
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
 #include <math.h>