mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
Ports: Fix path for the tcl port's patch file
This commit is contained in:
parent
48632461c1
commit
7ab68b6c83
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
diff -Naur tcl8.6.11/unix/tclUnixSock.c tcl8.6.11.serenity/unix/tclUnixSock.c
|
diff -Naur tcl8.6.11/unix/tclUnixSock.c tcl8.6.11.serenity/unix/tclUnixSock.c
|
||||||
--- tcl8.6.11/unix/tclUnixSock.c 2020-09-21 17:15:49.000000000 +0200
|
--- unix/tclUnixSock.c 2020-09-21 17:15:49.000000000 +0200
|
||||||
+++ tcl8.6.11.serenity/unix/tclUnixSock.c 2021-04-25 09:39:28.224340150 +0200
|
+++ unix.serenity/tclUnixSock.c 2021-04-25 09:39:28.224340150 +0200
|
||||||
@@ -706,6 +706,7 @@
|
@@ -706,6 +706,7 @@
|
||||||
IPv6AddressNeedsNumericRendering(
|
IPv6AddressNeedsNumericRendering(
|
||||||
struct in6_addr addr)
|
struct in6_addr addr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue