Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2003 18:18:13 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23072 for review
Message-ID:  <200301030218.h032IDgF040805@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=23072

Change 23072 by des@des.at.des.thinksec.com on 2003/01/02 18:17:16

	Fix typo in debugging macro.
	
	Submitted by:	Mikko Tyolajarvi <mbsd@pacbell.net>

Affected files ...

.. //depot/projects/openpam/lib/openpam_impl.h#18 edit

Differences ...

==== //depot/projects/openpam/lib/openpam_impl.h#18 (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/lib/openpam_impl.h#17 $
+ * $P4: //depot/projects/openpam/lib/openpam_impl.h#18 $
  */
 
 #ifndef _OPENPAM_IMPL_H_INCLUDED
@@ -153,7 +153,7 @@
 #define ENTER()
 #define RETURNV() return
 #define RETURNC(c) return (c)
-#define RETURNI(n) return (i)
+#define RETURNI(i) return (i)
 #define RETURNP(p) return (p)
 #define RETURNS(s) return (s)
 #endif

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?200301030218.h032IDgF040805>