From fd0ca86dd2c3e7b349b9aae76e1dd5ba1c669ed6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Aug 2004 22:41:37 +0000 Subject: (errno): Remove decl; we now assume C89 or better. --- lib/rmdir.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/rmdir.c') 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 #include - #include -#ifndef errno -extern int errno; -#endif #include "stat-macros.h" -- cgit v1.2.3-54-g00ecf