]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Adjust to today's change to gnulib, which added a module for
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Jan 2007 22:58:37 +0000 (23:58 +0100)
committerJim Meyering <jim@meyering.net>
Fri, 26 Jan 2007 22:58:37 +0000 (23:58 +0100)
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
src/dircolors.c
src/system.h

index 82552313543cbbaf8f3d5fc11e4deccb68c2e04b..cfbe7a27f9f514abfbbfa2132ecbf521150b38c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <jim@meyering.net>
 
        * src/dd.c (advance_input_after_read_error): Change diagnostic to
index cf6e2a9c8806bb47ae0532ffdaf574959c1a1bf5..a6c98893a9086bdbfe1dd833dd1e20fdc8003d02 100644 (file)
@@ -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).  */
index 2a9091390195e63391d61a48dfacb5f24eb4b2ab..383388bab4f5aa769c414c436121a3a294995fd7 100644 (file)
@@ -97,10 +97,6 @@ you must include <sys/types.h> before including this file
    memcpy otherwise.  */
 
 #include <string.h>
-#include "mempcpy.h"
-#include "memrchr.h"
-#include "stpcpy.h"
-#include "strpbrk.h"
 
 #include <errno.h>