summaryrefslogtreecommitdiff
path: root/lib/rmdir.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/rmdir.c
parent2b9bdc6ee0bf1546e72f1367090e7392f0d571ff (diff)
downloadcoreutils-fd0ca86dd2c3e7b349b9aae76e1dd5ba1c669ed6.tar.xz
(errno): Remove decl; we now assume C89 or better.
Diffstat (limited to 'lib/rmdir.c')
-rw-r--r--lib/rmdir.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rmdir.c b/lib/rmdir.c
index 55fee53c0..ddb5c30b2 100644
--- a/lib/rmdir.c
+++ b/lib/rmdir.c
@@ -22,11 +22,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-
#include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
#include "stat-macros.h"