diff options
| author | kleink <kleink@NetBSD.org> | 1999-01-11 22:39:59 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1999-01-11 22:39:59 +0000 |
| commit | 3ed4fcf61e1aef0cdae01dd587cf8def01630949 (patch) | |
| tree | 15f8e5c78e49c6e1206ba78929505d7d2cc43d5b /gnu/usr.bin/ld | |
| parent | 555784ccd5e9c774ff846f2868027bf90bc30e55 (diff) | |
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
of errno.
Diffstat (limited to 'gnu/usr.bin/ld')
| -rw-r--r-- | gnu/usr.bin/ld/ld/warnings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ld/warnings.c b/gnu/usr.bin/ld/ld/warnings.c index 0b8de498b14..1ca42069bac 100644 --- a/gnu/usr.bin/ld/ld/warnings.c +++ b/gnu/usr.bin/ld/ld/warnings.c @@ -1,12 +1,12 @@ -/* $NetBSD: warnings.c,v 1.23 1998/12/17 14:34:52 pk Exp $ */ +/* $NetBSD: warnings.c,v 1.24 1999/01/11 22:39:59 kleink Exp $ */ #include <sys/param.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/file.h> #include <sys/time.h> -#include <sys/errno.h> #include <err.h> +#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <fcntl.h> |
