about summary refs log tree commit diff
path: root/nis/ypclnt.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-12-05 23:04:27 +0000
committerUlrich Drepper <drepper@redhat.com>2004-12-05 23:04:27 +0000
commit79d9fbc23654ba0ca72bc5befd870bc54769aedc (patch)
treeafe828ad47cf9b5f3750ebcc9ca009c8a75de778 /nis/ypclnt.c
parent9e68d85af40d268c231d781ae49e695cb5d62aec (diff)
downloadglibc-79d9fbc23654ba0ca72bc5befd870bc54769aedc.tar.gz
glibc-79d9fbc23654ba0ca72bc5befd870bc54769aedc.tar.xz
glibc-79d9fbc23654ba0ca72bc5befd870bc54769aedc.zip
Update.
2004-11-30  Andreas Schwab  <schwab@suse.de>

	* nis/ypclnt.c (ypprot_err): Remove unused entries.

2004-11-30  Paolo Bonzini  <bonzini@gnu.org>

	* posix/regexec.c (check_dst_limits_calc_pos_1): Check for
	bkref_idx == -1, and don't recurse in that case.
Diffstat (limited to 'nis/ypclnt.c')
-rw-r--r--nis/ypclnt.c5
1 files changed, 0 insertions, 5 deletions
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),