diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-05-31 10:36:36 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-05-31 10:36:36 +0000 |
commit | dc90cdfc8c0fb241b151d8f2bb07f6c07170787f (patch) | |
tree | eb17f27666383bb935f7b975953ab242b2c120c9 /bin/ksh/sh.h | |
parent | 695ed5dd556e3c399e5f181f4e075b09a9d23f3d (diff) |
Remove redundant errno declaration. ok deraadt@
Diffstat (limited to 'bin/ksh/sh.h')
-rw-r--r-- | bin/ksh/sh.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h index cbebd9dfe4e..afdab72d617 100644 --- a/bin/ksh/sh.h +++ b/bin/ksh/sh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sh.h,v 1.17 2004/05/10 16:28:47 pvalchev Exp $ */ +/* $OpenBSD: sh.h,v 1.18 2004/05/31 10:36:35 otto Exp $ */ /* * Public Domain Bourne/Korn shell @@ -117,7 +117,6 @@ void *memmove ARGS((void *d, const void *s, size_t n)); #endif /* HAVE_PROTOTYPES */ #include <errno.h> -extern int errno; #ifdef HAVE_FCNTL_H # include <fcntl.h> |