public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix for locale/programs/linereader.c
@ 2000-01-05  8:56 Andreas Jaeger
  2000-01-05  9:28 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2000-01-05  8:56 UTC (permalink / raw)
  To: GNU libc hacker

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix for locale/programs/linereader.c
  2000-01-05  8:56 Fix for locale/programs/linereader.c Andreas Jaeger
@ 2000-01-05  9:28 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2000-01-05  9:28 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hacker

Andreas Jaeger <aj@suse.de> writes:

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

I simply forgot to commit the change.  This happened now.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-01-05  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-05  8:56 Fix for locale/programs/linereader.c Andreas Jaeger
2000-01-05  9:28 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).