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), 16 years ago) |
---|
-
appl/ftp/ftpd/logwtmp.c
old new 73 73 #endif 74 74 75 75 #ifdef HAVE_ASL_H 76 77 #ifndef ASL_KEY_FACILITY 78 #define ASL_KEY_FACILITY "Facility" 79 #endif 80 76 81 static void 77 82 ftpd_logwtmp_asl(char *line, char *name, char *host) 78 83 {