diff options
Diffstat (limited to 'gcc/ada/socket.c')
-rw-r--r-- | gcc/ada/socket.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/socket.c b/gcc/ada/socket.c index 18999b3..ab5368f 100644 --- a/gcc/ada/socket.c +++ b/gcc/ada/socket.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2003-2012, Free Software Foundation, Inc. * + * Copyright (C) 2003-2014, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -689,6 +689,4 @@ __gnat_servent_s_proto (struct servent * s) return s->s_proto; } -#else -# warning Sockets are not supported on this platform #endif /* defined(HAVE_SOCKETS) */ |