Fix for locale/programs/linereader.c

Andreas Jaeger aj@suse.de
Wed Jan 5 08:56:00 GMT 2000


stringtrans.h has been removed and therefore glibc 2.2 doesn't compile
anymore.  The trivial patch is appended.

Andreas


2000-01-05  Andreas Jaeger  <aj@suse.de>

	* locale/programs/linereader.c: Don't include stringtrans.h, it
	has been removed.

============================================================
Index: locale/programs/linereader.c
--- locale/programs/linereader.c	1999/12/27 04:58:20	1.13
+++ locale/programs/linereader.c	2000/01/05 16:35:51
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
 
@@ -32,7 +32,6 @@
 #include "error.h"
 #include "linereader.h"
 #include "localedef.h"
-#include "stringtrans.h"
 
 
 /* Prototypes for local functions.  */

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de


More information about the Libc-hacker mailing list