From 46fc691d3bcc3dd49c394931a14fa26bb337a111 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sun, 17 Feb 2013 22:09:54 +0000 Subject: [PATCH] Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX defines. ok deraadt@ millert@ --- src/include/limits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/limits.h b/src/include/limits.h index 86b21e26..b8658802 100644 --- a/src/include/limits.h +++ b/src/include/limits.h @@ -1,4 +1,4 @@ -/* $OpenBSD: limits.h,v 1.16 2012/06/30 20:21:10 guenther Exp $ */ +/* $OpenBSD: limits.h,v 1.17 2013/02/17 22:09:54 guenther Exp $ */ /* $NetBSD: limits.h,v 1.7 1994/10/26 00:56:00 cgd Exp $ */ /* @@ -91,7 +91,7 @@ #define NL_TEXTMAX 255 #endif -#if _XPG_VISIBLE +#if __XPG_VISIBLE # if __XPG_VISIBLE < 600 # define PASS_MAX 128 /* _PASSWORD_LEN from */ # define TMP_MAX 308915776