summaryrefslogtreecommitdiffstats
path: root/include/limits.h
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-02-17 22:09:54 +0000
committerguenther <guenther@openbsd.org>2013-02-17 22:09:54 +0000
commit51e5ef5d22a31e65e91997fe21e20b34e3c72a67 (patch)
treeac573059c8064ab14d58bb735be9f7c982759e6b /include/limits.h
parentAlways enter this ld.so and subdirectories to create obj (and then the (diff)
downloadwireguard-openbsd-51e5ef5d22a31e65e91997fe21e20b34e3c72a67.tar.xz
wireguard-openbsd-51e5ef5d22a31e65e91997fe21e20b34e3c72a67.zip
Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX
defines. ok deraadt@ millert@
Diffstat (limited to 'include/limits.h')
-rw-r--r--include/limits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/limits.h b/include/limits.h
index 86b21e26c61..b865880278a 100644
--- a/include/limits.h
+++ b/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 <pwd.h> */
# define TMP_MAX 308915776