From c084ecfb72609150bdfdce04831e83bb0e4e5cb6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 5 Dec 2013 20:47:08 +0200 Subject: Fixes for Z/OS. --- regex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regex.c') diff --git a/regex.c b/regex.c index 700e7f9d..167d35b2 100644 --- a/regex.c +++ b/regex.c @@ -57,9 +57,9 @@ #include /* This header defines the MIN and MAX macros. */ -#ifndef VMS +#ifdef HAVE_SYS_PARAM_H #include -#endif /* VMS */ +#endif /* HAVE_SYS_PARAM_H */ #ifdef GAWK #undef alloca -- cgit v1.2.3 From 5a41f696c4b8251583f5516084eaba3b752cb7f6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 20 Feb 2014 19:41:21 +0200 Subject: Sync regex to GLIBC. --- regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regex.c') diff --git a/regex.c b/regex.c index 167d35b2..f56e8692 100644 --- a/regex.c +++ b/regex.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2013 Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa . -- cgit v1.2.3