Commit 2b699ab1 by Joel Sherrill Committed by Samuel Tardieu

re PR ada/35825 (Update g-soccon-rtems.ads)

2008-04-12  Joel Sherrill  <joel@oarcorp.com>

    gcc/ada/
	PR ada/35825
	* g-soccon-rtems.ads: Add IP_PKTINFO as unsupported.

From-SVN: r134230
parent 1e273538
2008-04-12 Joel Sherrill <joel@oarcorp.com>
PR ada/35825
* g-soccon-rtems.ads: Add IP_PKTINFO as unsupported.
2008-04-12 Arnaud Charlet <charlet@adacore.com> 2008-04-12 Arnaud Charlet <charlet@adacore.com>
* s-linux-hppa.ads: Fix syntax errors. * s-linux-hppa.ads: Fix syntax errors.
...@@ -163,6 +163,7 @@ package GNAT.Sockets.Constants is ...@@ -163,6 +163,7 @@ package GNAT.Sockets.Constants is
IP_MULTICAST_LOOP : constant := 11; -- Set/get mcast loopback IP_MULTICAST_LOOP : constant := 11; -- Set/get mcast loopback
IP_ADD_MEMBERSHIP : constant := 12; -- Join a multicast group IP_ADD_MEMBERSHIP : constant := 12; -- Join a multicast group
IP_DROP_MEMBERSHIP : constant := 13; -- Leave a multicast group IP_DROP_MEMBERSHIP : constant := 13; -- Leave a multicast group
IP_PKTINFO : constant := -1; -- Get datagram info
------------------- -------------------
-- System limits -- -- System limits --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment