s-osinte-freebsd.ads: Minor reformatting

2008-08-08  Thomas Quinot  <quinot@adacore.com>

	* s-osinte-freebsd.ads: Minor reformatting

From-SVN: r138875
This commit is contained in:
Thomas Quinot 2008-08-08 14:58:46 +02:00 committed by Arnaud Charlet
parent 9fd03ecdc2
commit 79a776a8ef

View File

@ -67,11 +67,11 @@ package System.OS_Interface is
function Errno return int;
pragma Inline (Errno);
EAGAIN : constant := 35;
EINTR : constant := 4;
EINVAL : constant := 22;
ENOMEM : constant := 12;
ETIMEDOUT : constant := 60;
EAGAIN : constant := 35;
EINTR : constant := 4;
EINVAL : constant := 22;
ENOMEM : constant := 12;
ETIMEDOUT : constant := 60;
-------------
-- Signals --