From aed77c3b596e1ab8e53987d86d9a9ef474b60845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 7 Sep 2008 21:04:51 +0000 Subject: [PATCH] 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 --- appl/ftp/ftpd/logwtmp.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appl/ftp/ftpd/logwtmp.c b/appl/ftp/ftpd/logwtmp.c index f29df2b8f..7daa4df43 100644 --- a/appl/ftp/ftpd/logwtmp.c +++ b/appl/ftp/ftpd/logwtmp.c @@ -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) {