summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-12 22:22:27 +0000
committerdes <des@FreeBSD.org>2002-04-12 22:22:27 +0000
commitcae96c769e0618a9b44c24e2bb32faea58b82379 (patch)
tree7358fe2973bc3ba75fc7746099639f65bdd7f410 /contrib
parent6d87908c0d94d2239489976750d9ddc73d8e6b0b (diff)
parent38971df82a9b331625c18dbb591759be82a43bcf (diff)
downloadFreeBSD-src-cae96c769e0618a9b44c24e2bb32faea58b82379.zip
FreeBSD-src-cae96c769e0618a9b44c24e2bb32faea58b82379.tar.gz
This commit was generated by cvs2svn to compensate for changes in r94562,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/openpam/include/security/openpam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/include/security/openpam.h b/contrib/openpam/include/security/openpam.h
index e2fdf0a..67cb170 100644
--- a/contrib/openpam/include/security/openpam.h
+++ b/contrib/openpam/include/security/openpam.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/include/security/openpam.h#16 $
+ * $P4: //depot/projects/openpam/include/security/openpam.h#17 $
*/
#ifndef _SECURITY_OPENPAM_H_INCLUDED
@@ -141,7 +141,7 @@ _openpam_log(int _level,
#define openpam_log(lvl, fmt, ...) \
_openpam_log((lvl), __func__, fmt, __VA_ARGS__)
#elif defined(__GNUC__) && (__GNUC__ >= 2) && (__GNUC_MINOR__ >= 95)
-#define openpam_log(lvl, fmt, ...) \
+#define openpam_log(lvl, fmt...) \
_openpam_log((lvl), __func__, fmt, ##fmt)
#elif defined(__GNUC__) && defined(__FUNCTION__)
#define openpam_log(lvl, fmt...) \
OpenPOWER on IntegriCloud