Commit f39a9ca2 by Eric Botcazou Committed by Eric Botcazou

re PR ada/48711 (failure to bootstrap or build ada for mingw (value not in range…

re PR ada/48711 (failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb))

	PR ada/48711
	* g-socthi-mingw.adb (Fill): Fix formatting.

From-SVN: r176305
parent efa8c82a
2011-07-15 Eric Botcazou <ebotcazou@adacore.com>
PR ada/48711
* g-socthi-mingw.adb (Fill): Fix formatting.
2011-07-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR ada/46350
......
......@@ -277,8 +277,8 @@ package body GNAT.Sockets.Thin is
use type C.size_t;
Fill : constant Boolean :=
SOSC.MSG_WAITALL /= -1
and then (C.unsigned (Flags) and SOSC.MSG_WAITALL) /= 0;
SOSC.MSG_WAITALL /= -1
and then (C.unsigned (Flags) and SOSC.MSG_WAITALL) /= 0;
-- Is the MSG_WAITALL flag set? If so we need to fully fill all vectors
Res : C.int;
......
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