From 92d235c21ab6bc9136fb379e03204acf5e63f06f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 May 2000 08:40:33 +0000 Subject: [PATCH] Remove declaration of strndup. --- src/dircolors.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dircolors.c b/src/dircolors.c index 8241e23b3e..c093885fb1 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) 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, -- 2.47.3