From 79d9fbc23654ba0ca72bc5befd870bc54769aedc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Dec 2004 23:04:27 +0000 Subject: [PATCH] Update. 2004-11-30 Andreas Schwab * nis/ypclnt.c (ypprot_err): Remove unused entries. 2004-11-30 Paolo Bonzini * posix/regexec.c (check_dst_limits_calc_pos_1): Check for bkref_idx == -1, and don't recurse in that case. --- ChangeLog | 9 +++++++++ nis/ypclnt.c | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e64bd093d4..0cf504f1cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-11-30 Andreas Schwab + + * nis/ypclnt.c (ypprot_err): Remove unused entries. + +2004-11-30 Paolo Bonzini + + * posix/regexec.c (check_dst_limits_calc_pos_1): Check for + bkref_idx == -1, and don't recurse in that case. + 2004-11-30 GOTO Masanori * posix/confstr.c: Enclose #error message with double quote diff --git a/nis/ypclnt.c b/nis/ypclnt.c index 5ad78eda00..85292b62d9 100644 --- a/nis/ypclnt.c +++ b/nis/ypclnt.c @@ -829,11 +829,6 @@ yperr_string (const int error) static const int8_t yp_2_yperr[] = { #define YP2YPERR(yp, yperr) [YP_##yp - YP_VERS] = YPERR_##yperr - YP2YPERR (TRUE, SUCCESS), - YP2YPERR (NOMORE, NOMORE), - YP2YPERR (FALSE, YPERR), - YP2YPERR (NOMAP, MAP), - YP2YPERR (NODOM, DOMAIN), YP2YPERR (NOKEY, KEY), YP2YPERR (BADOP, YPERR), YP2YPERR (BADDB, BADDB),