Comparing projects/libstatgrab/src/saidar/saidar.c (file contents):
Revision 1.41 by tdb, Fri Jan 5 13:30:36 2007 UTC vs.
Revision 1.42 by tdb, Sun Oct 3 18:35:58 2010 UTC
29 |
|
#include <sys/ioctl.h> |
30 |
|
#include <unistd.h> |
31 |
|
#include <stdlib.h> |
32 |
– |
#include <sys/termios.h> |
32 |
|
#include <signal.h> |
33 |
|
#include <errno.h> |
34 |
|
#include <statgrab.h> |
36 |
|
#include <limits.h> |
37 |
|
#include <time.h> |
38 |
|
#include <math.h> |
39 |
+ |
#ifdef AIX |
40 |
+ |
#include <termios.h> |
41 |
+ |
#else |
42 |
+ |
#include <sys/termios.h> |
43 |
+ |
#endif |
44 |
|
|
45 |
|
#ifdef HAVE_NCURSES_H |
46 |
|
#define COLOR_SUPPORT |
Diff Legend
– |
Removed lines |
+ |
Added lines |
< |
Changed lines |
> |
Changed lines |