commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. mu-1-2-90-separate-argp-cfg


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. mu-1-2-90-separate-argp-cfg-229-g47b3b9b
Date: Fri, 20 Feb 2009 08:56:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=47b3b9bc2a40c03e9bbf73b33592a9538fed34a0

The branch, master has been updated
       via  47b3b9bc2a40c03e9bbf73b33592a9538fed34a0 (commit)
      from  a4e1e5e8481565d97804c083752ee3eea0ebf87e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 47b3b9bc2a40c03e9bbf73b33592a9538fed34a0
Author: Sergey Poznyakoff <address@hidden>
Date:   Fri Feb 20 10:24:49 2009 +0200

    Define LOG_AUTHPRIV if syslog.h does not

-----------------------------------------------------------------------

Summary of changes:
 mailbox/syslog.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/mailbox/syslog.c b/mailbox/syslog.c
index 3ff522e..953167b 100644
--- a/mailbox/syslog.c
+++ b/mailbox/syslog.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
@@ -23,6 +23,10 @@
 #include <mailutils/kwd.h>
 #include <mailutils/syslog.h>
 
+#ifndef LOG_AUTHPRIV
+# define LOG_AUTHPRIV
+#endif
+
 static mu_kwd_t kw_facility[] = {
   { "USER",    LOG_USER },   
   { "DAEMON",  LOG_DAEMON },


hooks/post-receive
--
GNU Mailutils




reply via email to

[Prev in Thread] Current Thread [Next in Thread]