aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gsocket.h
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-20 10:41:44 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-20 10:41:44 +0200
commitff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0 (patch)
treecd580f83fa8c2bbdc7f124a7ec689c989f153195 /gcc/ada/gsocket.h
parent26a43556c88b96c608246b39023bc698be3b751d (diff)
downloadgcc-ff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0.zip
gcc-ff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0.tar.gz
gcc-ff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0.tar.bz2
[multiple changes]
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. From-SVN: r146371
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 4a746ad..7e88eea 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