summaryrefslogtreecommitdiff
path: root/gcc/ada/31soliop.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/31soliop.ads')
-rw-r--r--gcc/ada/31soliop.ads13
1 files changed, 7 insertions, 6 deletions
diff --git a/gcc/ada/31soliop.ads b/gcc/ada/31soliop.ads
index aa928b71511..754cafd6a1e 100644
--- a/gcc/ada/31soliop.ads
+++ b/gcc/ada/31soliop.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2002 Ada Core Technologies, Inc. --
+-- Copyright (C) 2002-2003 Ada Core Technologies, 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- --
@@ -26,17 +26,18 @@
-- however invalidate any other reasons why the executable file might be --
-- covered by the GNU Public License. --
-- --
--- GNAT is maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- GNAT was originally developed by the GNAT team at New York University. --
+-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
-package GNAT.Sockets.Linker_Options is
+-- This package is used to provide target specific linker_options for the
+-- support of scokets as required by the package GNAT.Sockets.
- -- This is the UnixWare version of this package.
+-- This is the UnixWare version of this package
+package GNAT.Sockets.Linker_Options is
private
-
pragma Linker_Options ("-lnsl");
pragma Linker_Options ("-lsocket");
-
end GNAT.Sockets.Linker_Options;