Include <errno.h> instead of <sys/errno.h> everywhere (found by S. Klauer).

This commit is contained in:
mmdolze
2009-10-17 19:19:09 +00:00
parent 55a9795c8a
commit b197729ad8
14 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Different implementations of (n)curses available on:
#include <fcntl.h>
#include <string.h>
#include <strings.h>
#include <sys/errno.h>
#include <errno.h>
#include <ctype.h>
#ifdef HAVE_NCURSES_H
#include <ncurses.h>
+1 -1
View File
@@ -27,7 +27,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
+1 -1
View File
@@ -30,7 +30,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
#include <time.h>
#include "i2500vfdfm.h"
+1 -1
View File
@@ -13,7 +13,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <errno.h>
+1 -1
View File
@@ -23,7 +23,7 @@
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <sys/errno.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/types.h>
+1 -1
View File
@@ -30,7 +30,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <errno.h>
+1 -1
View File
@@ -30,7 +30,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
#include <time.h>
#include "port.h"
#include "timing.h"
+1 -1
View File
@@ -28,7 +28,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
//#include <sys/io.h>
#include <time.h>
#include "port.h"
+1 -1
View File
@@ -29,7 +29,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
#include <vga.h>
#include <vgagl.h>
+1 -1
View File
@@ -31,7 +31,7 @@
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/errno.h>
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"