summaryrefslogtreecommitdiff
path: root/gcc/ada/gsocket.h
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-20 08:41:44 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-20 08:41:44 +0000
commit79f26f3c20868b666ca3d388880ca803cbee8234 (patch)
treecd580f83fa8c2bbdc7f124a7ec689c989f153195 /gcc/ada/gsocket.h
parent880342e5c8dc2fb152ea4b1c8be9969cf636dfed (diff)
downloadgcc-79f26f3c20868b666ca3d388880ca803cbee8234.tar.gz
2009-04-20 Arnaud Charlet <charlet@adacore.com>
* opt.ads (Inspector_Mode): Update documentation of this flag. 2009-04-20 Thomas Quinot <quinot@adacore.com> * 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 <ebotcazou@adacore.com> * sem_ch3.adb (Build_Derived_Private_Type): Insert the declaration of the Underlying_Record_View after that of the derived type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146371 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gsocket.h')
-rw-r--r--gcc/ada/gsocket.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/gsocket.h b/gcc/ada/gsocket.h
index 4a746ad70c6..7e88eea4750 100644
--- a/gcc/ada/gsocket.h
+++ b/gcc/ada/gsocket.h
@@ -65,9 +65,6 @@
#include <vxWorks.h>
#include <ioLib.h>
#include <hostLib.h>
-#if (_WRS_VXWORKS_MAJOR != 6) && ! defined (__RTP__)
-#include <resolvLib.h>
-#endif
#define SHUT_RD 0
#define SHUT_WR 1
#define SHUT_RDWR 2