summaryrefslogtreecommitdiff
path: root/lib/lchown.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-02 22:41:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-02 22:41:37 +0000
commitfd0ca86dd2c3e7b349b9aae76e1dd5ba1c669ed6 (patch)
tree8d6892e167dcfe630b151ad643ee069ab3fd6910 /lib/lchown.c
parent2b9bdc6ee0bf1546e72f1367090e7392f0d571ff (diff)
downloadcoreutils-fd0ca86dd2c3e7b349b9aae76e1dd5ba1c669ed6.tar.xz
(errno): Remove decl; we now assume C89 or better.
Diffstat (limited to 'lib/lchown.c')
-rw-r--r--lib/lchown.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/lchown.c b/lib/lchown.c
index ec754eac8..b04fb3646 100644
--- a/lib/lchown.c
+++ b/lib/lchown.c
@@ -22,9 +22,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
+
#include "lchown.h"
#include "stat-macros.h"