diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 09:36:19 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 09:36:19 +0000 |
commit | 71c8e506523a54c4f474271f7968e8f8f6a70992 (patch) | |
tree | 83021d13b758290836adfef72356596dc7c749ef /gnu/usr.bin/cpio/fnmatch.c | |
parent | ec5c4ad7fb8cee450a178d9a1f479469e944fd41 (diff) |
cpio 2.4.2, including texinfo file. supports lchown().
Diffstat (limited to 'gnu/usr.bin/cpio/fnmatch.c')
-rw-r--r-- | gnu/usr.bin/cpio/fnmatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cpio/fnmatch.c b/gnu/usr.bin/cpio/fnmatch.c index 8a25a905d14..1ef5599e234 100644 --- a/gnu/usr.bin/cpio/fnmatch.c +++ b/gnu/usr.bin/cpio/fnmatch.c @@ -16,7 +16,7 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include <config.h> #endif #include <errno.h> @@ -35,7 +35,7 @@ Cambridge, MA 02139, USA. */ #if defined (_LIBC) || !defined (__GNU_LIBRARY__) -#if !defined(__GNU_LIBRARY__) && !defined(STDC_HEADERS) +#ifndef errno extern int errno; #endif |