mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
netsurf: remove ansi escapes from ipv6.patch
This commit is contained in:
parent
6fce854083
commit
d228c75756
@ -1,12 +1,12 @@
|
|||||||
diff '--color=always' -Naur a/netsurf/utils/config.h b/netsurf/utils/config.h
|
diff -Naur a/netsurf/utils/config.h b/netsurf/utils/config.h
|
||||||
[1m--- a/netsurf/utils/config.h 2026-06-03 23:50:18.641104799 +0000[0m
|
--- a/netsurf/utils/config.h 2026-06-03 23:50:18.641104799 +0000
|
||||||
[1m+++ b/netsurf/utils/config.h 2026-06-03 23:53:51.866091024 +0000[0m
|
+++ b/netsurf/utils/config.h 2026-06-03 23:53:51.866091024 +0000
|
||||||
[36m@@ -200,4 +200,8 @@[0m
|
@@ -200,4 +200,8 @@
|
||||||
#define NO_IPV6
|
#define NO_IPV6
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
[32m+#ifndef AF_INET6[0m
|
+#ifndef AF_INET6
|
||||||
[32m+ #define NO_IPV6[0m
|
+ #define NO_IPV6
|
||||||
[32m+#endif[0m
|
+#endif
|
||||||
[32m+[0m
|
+
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user