aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-16 21:34:41 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-16 21:34:41 +0000
commit1f287e050e61b01c869ee2297ec1eefc8221391c (patch)
tree7c8555ce801aca78dfb990bacbf3a2ff39d3f6e8 /contrib
parentde963643e5125a96ddbd22fcc9aa394026dfc0b3 (diff)
parentbdcb69e2b51232cfcdaa7a160dfbf17b47120481 (diff)
downloadsrc-1f287e050e61b01c869ee2297ec1eefc8221391c.tar.gz
src-1f287e050e61b01c869ee2297ec1eefc8221391c.zip
This commit was generated by cvs2svn to compensate for changes in r94878,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=94879
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 67cb17007038..0efa8cb09e97 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#17 $
+ * $P4: //depot/projects/openpam/include/security/openpam.h#18 $
*/
#ifndef _SECURITY_OPENPAM_H_INCLUDED
@@ -142,7 +142,7 @@ _openpam_log(int _level,
_openpam_log((lvl), __func__, fmt, __VA_ARGS__)
#elif defined(__GNUC__) && (__GNUC__ >= 2) && (__GNUC_MINOR__ >= 95)
#define openpam_log(lvl, fmt...) \
- _openpam_log((lvl), __func__, fmt, ##fmt)
+ _openpam_log((lvl), __func__, ##fmt)
#elif defined(__GNUC__) && defined(__FUNCTION__)
#define openpam_log(lvl, fmt...) \
_openpam_log((lvl), __FUNCTION__, ##fmt)