This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix for locale/programs/linereader.c



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]