From 2b0483aa03d75bd47d096d7f9449cab4c8e5722f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 26 Jan 2007 23:58:37 +0100 Subject: Adjust to today's change to gnulib, which added a module for string.h to replace the little include files like strcase.h. * src/dircolors.c: Don't include strcase.h. * src/system.h: Don't include mempcpy.h, memrchr.h, stpcpy.h, strpbrk.h. --- ChangeLog | 7 +++++++ src/dircolors.c | 3 +-- src/system.h | 4 ---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 825523135..cfbe7a27f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-01-26 Paul Eggert + + Adjust to today's change to gnulib, which added a module for + string.h to replace the little include files like strcase.h. + * src/dircolors.c: Don't include strcase.h. + * src/system.h: Don't include mempcpy.h, memrchr.h, stpcpy.h, strpbrk.h. + 2007-01-26 Jim Meyering * src/dd.c (advance_input_after_read_error): Change diagnostic to diff --git a/src/dircolors.c b/src/dircolors.c index cf6e2a9c8..a6c98893a 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -1,5 +1,5 @@ /* dircolors - output commands to set the LS_COLOR environment variable - Copyright (C) 1996-2006 Free Software Foundation, Inc. + Copyright (C) 1996-2007 Free Software Foundation, Inc. Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000 H. Peter Anvin This program is free software; you can redistribute it and/or modify @@ -28,7 +28,6 @@ #include "getline.h" #include "obstack.h" #include "quote.h" -#include "strcase.h" #include "xstrndup.h" /* The official name of this program (e.g., no `g' prefix). */ diff --git a/src/system.h b/src/system.h index 2a9091390..383388bab 100644 --- a/src/system.h +++ b/src/system.h @@ -97,10 +97,6 @@ you must include before including this file memcpy otherwise. */ #include -#include "mempcpy.h" -#include "memrchr.h" -#include "stpcpy.h" -#include "strpbrk.h" #include -- cgit v1.2.3-54-g00ecf