From 7eefce0519e82c2d3095cfc1e8a51f6362e5f945 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 2 Aug 2024 07:00:58 +0000 Subject: automatic import of ftp --- netkit-ftp-locale.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 netkit-ftp-locale.patch (limited to 'netkit-ftp-locale.patch') diff --git a/netkit-ftp-locale.patch b/netkit-ftp-locale.patch new file mode 100644 index 0000000..ed6e28a --- /dev/null +++ b/netkit-ftp-locale.patch @@ -0,0 +1,18 @@ +--- netkit-ftp-0.17/ftp/main.c.locale 2004-12-15 16:52:14.504193752 +0000 ++++ netkit-ftp-0.17/ftp/main.c 2004-12-15 16:52:51.719133655 +0000 +@@ -51,6 +51,7 @@ + + /* #include <--- unused? */ + ++#include + #include + #include + #include +@@ -109,6 +110,7 @@ + + tick = 0; + ++ setlocale (LC_ALL, ""); + sp = getservbyname("ftp", "tcp"); + if (sp == 0) { + fprintf(stderr, "ftp: ftp/tcp: unknown service\n"); -- cgit v1.2.3