Include <errno.h> instead of <sys/errno.h>

This commit is contained in:
Ralf Corsepius
2005-09-19 03:25:16 +00:00
parent 574edd7016
commit e0004b4cfc
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
********************************************************************** **********************************************************************
*/ */
#include <sys/errno.h> #include <errno.h>
#include <assert.h> #include <assert.h>
#include <rdbg/rdbg.h> #include <rdbg/rdbg.h>
#include <rdbg/servrpc.h> #include <rdbg/servrpc.h>

View File

@@ -11,7 +11,7 @@
************************************************************************** **************************************************************************
*/ */
#include <sys/errno.h> #include <errno.h>
#include <rdbg/rdbg.h> #include <rdbg/rdbg.h>
#include <rdbg/servrpc.h> #include <rdbg/servrpc.h>

View File

@@ -13,7 +13,7 @@
*/ */
#include <string.h> #include <string.h>
#include <sys/errno.h> #include <errno.h>
#include <rdbg/rdbg.h> #include <rdbg/rdbg.h>
#include <rdbg/remdeb.h> #include <rdbg/remdeb.h>
#include <rdbg/servrpc.h> #include <rdbg/servrpc.h>

View File

@@ -10,7 +10,7 @@
*/ */
#include <string.h> #include <string.h>
#include <sys/errno.h> #include <errno.h>
#include <rdbg/rdbg.h> #include <rdbg/rdbg.h>
#include <rdbg/servrpc.h> #include <rdbg/servrpc.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -11,7 +11,7 @@
************************************************************************** **************************************************************************
*/ */
#include <sys/errno.h> #include <errno.h>
#include <rdbg/rdbg.h> #include <rdbg/rdbg.h>
#include <rdbg/servrpc.h> #include <rdbg/servrpc.h>
#include <signal.h> #include <signal.h>