From 8471f4bfa871c5ad9c3a1c7b956d1f1a65d90d9e Mon Sep 17 00:00:00 2001 From: millert <> Date: Mon, 31 May 2004 18:34:41 +0000 Subject: [PATCH] Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAX respectively instead of duplicating their values. --- 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 a05c1322..82c0e8ab 100644 --- a/src/include/limits.h +++ b/src/include/limits.h @@ -1,4 +1,4 @@ -/* $OpenBSD: limits.h,v 1.9 2004/05/31 18:31:52 millert Exp $ */ +/* $OpenBSD: limits.h,v 1.10 2004/05/31 18:34:41 millert Exp $ */ /* $NetBSD: limits.h,v 1.7 1994/10/26 00:56:00 cgd Exp $ */ /* @@ -49,7 +49,7 @@ #define _POSIX_RE_DUP_MAX 255 #define _POSIX_SSIZE_MAX 32767 #define _POSIX_STREAM_MAX 8 -#define _POSIX_SYMLINK_MAX 255 +#define _POSIX_SYMLINK_MAX _POSIX_PATH_MAX #define _POSIX_SYMLOOP_MAX 8 #define _POSIX_TZNAME_MAX 3