(errno): Don't declare; we assume C89 or better now.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Aug 2004 04:55:51 +0000 (04:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Aug 2004 04:55:51 +0000 (04:55 +0000)
lib/xgetcwd.c

index 2089b8897c89e98d236c4377638df58ed2894520..785002e0ec5c964388aac6ffe74ac5f63709cee4 100644 (file)
@@ -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
 
 #include <stdio.h>
 #include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
-
 #include <sys/types.h>
 #include <stdlib.h>