]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove declaration of strndup.
authorJim Meyering <jim@meyering.net>
Wed, 3 May 2000 08:40:33 +0000 (08:40 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 May 2000 08:40:33 +0000 (08:40 +0000)
src/dircolors.c

index 8241e23b3eaff5c4dcd37b8522e2b564cfab63a4..c093885fb1697fec6c6090c25c121618b0e2feb0 100644 (file)
@@ -1,5 +1,5 @@
 /* dircolors - output commands to set the LS_COLOR environment variable
-   Copyright (C) 1994, 1995, 1997, 1998, 1999 H. Peter Anvin
+   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000 H. Peter Anvin
    Copyright (C) 1996-1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -39,8 +39,6 @@
 #define obstack_chunk_alloc malloc
 #define obstack_chunk_free free
 
-char *strndup();
-
 enum Shell_syntax
 {
   SHELL_SYNTAX_BOURNE,