ASL_KEY_FACILITY missing on Mac OS X, 10.4, From Mans Nilsson.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23732 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-07 21:04:51 +00:00
parent 81e9a48b66
commit aed77c3b59

View File

@@ -73,6 +73,11 @@ RCSID("$Id$");
#endif
#ifdef HAVE_ASL_H
#ifndef ASL_KEY_FACILITY
#define ASL_KEY_FACILITY "Facility"
#endif
static void
ftpd_logwtmp_asl(char *line, char *name, char *host)
{