Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 pull in osf1.h, not osf1_errno.h



details:   https://anonhg.NetBSD.org/src/rev/6dd51c59a7d2
branches:  trunk
changeset: 472177:6dd51c59a7d2
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Apr 24 06:58:26 1999 +0000

description:
pull in osf1.h, not osf1_errno.h

diffstat:

 sys/compat/osf1/osf1_errno.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7f4a37b8347a -r 6dd51c59a7d2 sys/compat/osf1/osf1_errno.c
--- a/sys/compat/osf1/osf1_errno.c      Sat Apr 24 06:56:25 1999 +0000
+++ b/sys/compat/osf1/osf1_errno.c      Sat Apr 24 06:58:26 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_errno.c,v 1.1 1999/04/23 05:37:41 cgd Exp $ */
+/* $NetBSD: osf1_errno.c,v 1.2 1999/04/24 06:58:26 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -30,7 +30,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <compat/osf1/osf1_errno.h>
+#include <compat/osf1/osf1.h>
 
 /*
  * This table is used to translate NetBSD errnos to OSF/1 errnos



Home | Main Index | Thread Index | Old Index