summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-01-03 02:18:53 +0000
committerdes <des@FreeBSD.org>2003-01-03 02:18:53 +0000
commiteb5387e3ced957e0442dc0c4a2918a9e417ccba1 (patch)
treeda6efc4630b3a62a9906a3cdad175521a2040fa4 /contrib
parentbb0b4e12fb4d26109ca3ed9aa81724390199a38f (diff)
parent138c0848a793f880a77b15e403b446b1afd6baf5 (diff)
downloadFreeBSD-src-eb5387e3ced957e0442dc0c4a2918a9e417ccba1.zip
FreeBSD-src-eb5387e3ced957e0442dc0c4a2918a9e417ccba1.tar.gz
This commit was generated by cvs2svn to compensate for changes in r108577,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/openpam/lib/openpam_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/openpam_impl.h b/contrib/openpam/lib/openpam_impl.h
index 9ffcc0a..96e3b7b 100644
--- a/contrib/openpam/lib/openpam_impl.h
+++ b/contrib/openpam/lib/openpam_impl.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/lib/openpam_impl.h#17 $
+ * $P4: //depot/projects/openpam/lib/openpam_impl.h#18 $
*/
#ifndef _OPENPAM_IMPL_H_INCLUDED
@@ -153,7 +153,7 @@ pam_module_t *openpam_dynamic(const char *);
#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
OpenPOWER on IntegriCloud