summarylogtreecommitdiffstats
path: root/aws-net-acceptors.adb-patch
diff options
context:
space:
mode:
Diffstat (limited to 'aws-net-acceptors.adb-patch')
-rw-r--r--aws-net-acceptors.adb-patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/aws-net-acceptors.adb-patch b/aws-net-acceptors.adb-patch
deleted file mode 100644
index 4bbcb2bb10c8..000000000000
--- a/aws-net-acceptors.adb-patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- aws-20.0w-20190801-155D3-src/src/core/aws-net-acceptors.adb 2019-07-31 10:33:51.000000000 +1000
-+++ aws-20.0w-20190801-155D3-src-new/src/core/aws-net-acceptors.adb 2020-10-13 17:01:58.799122021 +1100
-@@ -507,7 +507,7 @@
-
- procedure Add (S : not null access Socket_Type'Class) is
- begin
-- Sockets.Append (S);
-+ Sockets.Append (Socket_Access (S));
- end Add;
-
- -----------
-@@ -647,7 +647,7 @@
- and then Acceptor.W_Signal /= null;
-
- if Success then
-- Buffer.Append (S);
-+ Buffer.Append (Socket_Access (S));
- Acceptor.W_Signal.Send ((1 => Socket_Command));
- end if;
- end Add;
-