]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
strstr.h is replaced by <string.h>.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Jan 2007 02:10:27 +0000 (02:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:37 +0000 (12:14 +0200)
gnulib-local/ChangeLog
gnulib-local/lib/propername.c

index d26f46245d49ea8d28122eca5e2c1e29dafd09e9..11a437262cf4638da61bdd90bc8e99da2559a768 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-26  Bruno Haible  <bruno@clisp.org>
+
+       * lib/propername.c: Don't include strstr.h, use <string.h> instead.
+
 2007-01-12  Bruno Haible  <bruno@clisp.org>
 
        * lib/xreadlink.c (xreadlink): Handle an ERANGE error. Needed for
index 7c58d04bf55518486af54c0e87e400abfc44382a..28724cea3878b7610ce725495db74473e7eb4ab9 100644 (file)
@@ -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 <bruno@clisp.org>, 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"