From 3c13948a7e6fcce9f01ae3ec4f6153fb9d696fa6 Mon Sep 17 00:00:00 2001
From: Arnaud Charlet <charlet@gcc.gnu.org>
Date: Thu, 25 Nov 2004 17:17:13 +0100
Subject: [PATCH] Resync.

From-SVN: r91298
---
 gcc/ada/ChangeLog | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 35e0042f4244..3db781ef093e 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,13 @@
+2004-11-25  Arnaud Charlet  <charlet@adacore.com>
+
+	* g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
+	internal implementation unit GNAT.Sockets.Thin,
+	as their usage for sockets is non-portable (using the read and write
+	functions from the system runtime library is fine on UNIX but won't
+	work under Windows).
+
+	* mingw32.h: Update copyright notice.
+
 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
 
 	* ada-tree.h: Minor reformatting of previous change to avoid lines
-- 
GitLab