From 3b2d00d4bad18650a61be27ba413d2cdac115584 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Aug 2004 04:55:51 +0000 Subject: [PATCH] (errno): Don't declare; we assume C89 or better now. --- lib/xgetcwd.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/xgetcwd.c b/lib/xgetcwd.c index 2089b8897c..785002e0ec 100644 --- a/lib/xgetcwd.c +++ b/lib/xgetcwd.c @@ -1,5 +1,7 @@ /* xgetcwd.c -- return current directory with unlimited length - Copyright (C) 1992, 1996, 2000, 2001, 2003 Free Software Foundation, Inc. + + Copyright (C) 1992, 1996, 2000, 2001, 2003, 2004 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,10 +25,6 @@ #include #include -#ifndef errno -extern int errno; -#endif - #include #include -- 2.30.2