Ticket #17959: patch-appl-ftp-ftpd-logwtmp.c.diff

File patch-appl-ftp-ftpd-logwtmp.c.diff, 326 bytes (added by dbevans (David B. Evans), 15 years ago)

for files directory

  • appl/ftp/ftpd/logwtmp.c

    old new  
    7373#endif
    7474
    7575#ifdef HAVE_ASL_H
     76
     77#ifndef ASL_KEY_FACILITY
     78#define ASL_KEY_FACILITY "Facility"
     79#endif
     80
    7681static void
    7782ftpd_logwtmp_asl(char *line, char *name, char *host)
    7883{