summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-25 01:46:32 +0000
committerJim Meyering <jim@meyering.net>1995-06-25 01:46:32 +0000
commit9c8e5123bdbccfc51f22c96281fe13bc766ab773 (patch)
tree16806fc48db7de2cd3dccdf923182f491aed6002 /src/chown.c
parent9a5882ba8068d5e13daebac92d94021fe7b43935 (diff)
downloadcoreutils-9c8e5123bdbccfc51f22c96281fe13bc766ab773.tar.xz
Remove unused dcl of isnumber.
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index 7bcd0769a..4cad5bd48 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -55,7 +55,6 @@ char *parse_user_spec ();
void strip_trailing_slashes ();
char *xmalloc ();
char *xrealloc ();
-int isnumber ();
static int change_file_owner ();
static int change_dir_owner ();