source:
npl/system/netkit-ftp/patches/06-netkit-ftp-locale.patch
@
c5c522c
Last change on this file since c5c522c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 459 bytes |
-
netkit-ftp-0.17/ftp/main.c
old new 51 51 52 52 /* #include <arpa/ftp.h> <--- unused? */ 53 53 54 #include <locale.h> 54 55 #include <signal.h> 55 56 #include <unistd.h> 56 57 #include <string.h> … … 109 110 110 111 tick = 0; 111 112 113 setlocale (LC_ALL, ""); 112 114 sp = getservbyname("ftp", "tcp"); 113 115 if (sp == 0) { 114 116 fprintf(stderr, "ftp: ftp/tcp: unknown service\n");
Note: See TracBrowser
for help on using the repository browser.