From 8b682b9907ad1d60bdd45431e0e3bbdf358837ec Mon Sep 17 00:00:00 2001
From: Ulrich Drepper <drepper@redhat.com>
Date: Mon, 26 Jun 2000 00:26:21 +0000
Subject: Update.

	* iconvdata/gen-8bit-gap-1.sh: Update for new charmap format.
	* iconvdata/gen-8bit-gap.sh: Likewise.
	* iconvdata/gen-8bit.sh: Likewise.

	* iconv/gconv_open.c (__gconv_open): Move comment to correct position.

	* locale/programs/ld-collate.c (collate_read): Don't actually read
	the copy locale if we are ignoring the content.

	* sunrpc/xdr_rec.c (set_input_fragment): Fix PR libc/1549, patch from
	Jens Moeller <jens.moeller@waii.com>.
---
 localedata/tst-rpmatch.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'localedata/tst-rpmatch.c')

diff --git a/localedata/tst-rpmatch.c b/localedata/tst-rpmatch.c
index f799304..e13c199 100644
--- a/localedata/tst-rpmatch.c
+++ b/localedata/tst-rpmatch.c
@@ -1,5 +1,5 @@
-/* Test program for
-   Copyright (C) 1998 Free Software Foundation, Inc.
+/* Test program for rpmatch function.
+   Copyright (C) 1998, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jochen Hein <jochen.hein@delphi.central.de>.
 
@@ -33,5 +33,5 @@ main (int argc, char* argv[])
 	       argv[1], argv[2], argv[3], rpmatch (argv[2]));
       exit (EXIT_FAILURE);
     }
-  exit (EXIT_SUCCESS);
+  return EXIT_SUCCESS;
 }
-- 
cgit v1.1