source: npl/system/netkit-ftp/patches/06-netkit-ftp-locale.patch @ b4abfab

perl-5.22
Last change on this file since b4abfab was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 459 bytes
  • netkit-ftp-0.17/ftp/main.c

    old new  
    5151
    5252/* #include <arpa/ftp.h>        <--- unused? */
    5353
     54#include <locale.h>
    5455#include <signal.h>
    5556#include <unistd.h>
    5657#include <string.h>
     
    109110
    110111        tick = 0;
    111112
     113        setlocale (LC_ALL, "");
    112114        sp = getservbyname("ftp", "tcp");
    113115        if (sp == 0) {
    114116                fprintf(stderr, "ftp: ftp/tcp: unknown service\n");
Note: See TracBrowser for help on using the repository browser.