forked from Imagelibrary/rtems
Include <errno.h> instead of <sys/errno.h>
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user