From: Bruno Haible Date: Sat, 27 Jan 2007 02:10:27 +0000 (+0000) Subject: strstr.h is replaced by . X-Git-Tag: v0.17~500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da3ae340a6cc9772c5fe2ddb3385085bac11c02;p=thirdparty%2Fgettext.git strstr.h is replaced by . --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index d26f46245..11a437262 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,7 @@ +2007-01-26 Bruno Haible + + * lib/propername.c: Don't include strstr.h, use instead. + 2007-01-12 Bruno Haible * lib/xreadlink.c (xreadlink): Handle an ERANGE error. Needed for diff --git a/gnulib-local/lib/propername.c b/gnulib-local/lib/propername.c index 7c58d04bf..28724cea3 100644 --- a/gnulib-local/lib/propername.c +++ b/gnulib-local/lib/propername.c @@ -1,5 +1,5 @@ /* Localization of proper names. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software; you can redistribute it and/or modify @@ -32,7 +32,6 @@ #include "c-strcase.h" #include "xstriconv.h" #include "c-strstr.h" -#include "strstr.h" #include "xalloc.h" #include "gettext.h"