From: Jim Meyering Date: Wed, 3 May 2000 08:40:33 +0000 (+0000) Subject: Remove declaration of strndup. X-Git-Tag: v4.5.1~5015 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d235c21ab6bc9136fb379e03204acf5e63f06f;p=thirdparty%2Fcoreutils.git Remove declaration of strndup. --- 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,