summaryrefslogtreecommitdiff
path: root/src/dircolors.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-03 08:40:33 +0000
committerJim Meyering <jim@meyering.net>2000-05-03 08:40:33 +0000
commit92d235c21ab6bc9136fb379e03204acf5e63f06f (patch)
treeb6a00433f2fee17de913d6fc707addcfc23fbdda /src/dircolors.c
parent900011c7de7853afd3c795850c852d7f05fa5696 (diff)
downloadcoreutils-92d235c21ab6bc9136fb379e03204acf5e63f06f.tar.xz
Remove declaration of strndup.
Diffstat (limited to 'src/dircolors.c')
-rw-r--r--src/dircolors.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index 8241e23b3..c093885fb 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,