From ff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 20 Apr 2009 10:41:44 +0200 Subject: [multiple changes] 2009-04-20 Arnaud Charlet * opt.ads (Inspector_Mode): Update documentation of this flag. 2009-04-20 Thomas Quinot * g-socket.ads: Minor reformatting * socket.c, gsocket.h (__gnat_get_h_errno, VxWorks case): No need to consider S_resolvLib error codes since we only use the hostLib wrappers. 2009-04-20 Eric Botcazou * sem_ch3.adb (Build_Derived_Private_Type): Insert the declaration of the Underlying_Record_View after that of the derived type. From-SVN: r146371 --- gcc/ada/gsocket.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/ada/gsocket.h') diff --git a/gcc/ada/gsocket.h b/gcc/ada/gsocket.h index 4a746ad..7e88eea 100644 --- a/gcc/ada/gsocket.h +++ b/gcc/ada/gsocket.h @@ -65,9 +65,6 @@ #include #include #include -#if (_WRS_VXWORKS_MAJOR != 6) && ! defined (__RTP__) -#include -#endif #define SHUT_RD 0 #define SHUT_WR 1 #define SHUT_RDWR 2 -- cgit v1.1