diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-03 02:18:53 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-03 02:18:53 +0000 |
| commit | b97c9ade96391e1141e243aabce0859b25f63c53 (patch) | |
| tree | da6efc4630b3a62a9906a3cdad175521a2040fa4 | |
| parent | fcab1602ae51047e774911f8e332ee6129a57746 (diff) | |
| parent | 70e94b0be1607d23eaad7e884a41d166240c4c00 (diff) | |
Notes
| -rw-r--r-- | contrib/openpam/lib/openpam_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/openpam_impl.h b/contrib/openpam/lib/openpam_impl.h index 9ffcc0a0b9f6..96e3b7ba715e 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 |
