Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2002 15:12:55 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9634 for review
Message-ID:  <200204122212.g3CMCtl04212@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9634

Change 9634 by des@des.at.des.thinksec.com on 2002/04/12 15:12:46

	Fix typo in openpam_log macro.

Affected files ...

... //depot/projects/openpam/include/security/openpam.h#17 edit

Differences ...

==== //depot/projects/openpam/include/security/openpam.h#17 (text+ko) ====

@@ -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 @@
 #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...) \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204122212.g3CMCtl04212>