Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 These files don't need compat/osf1/osf1_cvt.h
details: https://anonhg.NetBSD.org/src/rev/e678372768ff
branches: trunk
changeset: 783654:e678372768ff
user: dsl <dsl%NetBSD.org@localhost>
date: Wed Jan 02 18:48:22 2013 +0000
description:
These files don't need compat/osf1/osf1_cvt.h
diffstat:
sys/compat/osf1/osf1_errno.c | 5 ++---
sys/compat/osf1/osf1_signo.c | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (45 lines):
diff -r 4e5b29ea1fb7 -r e678372768ff sys/compat/osf1/osf1_errno.c
--- a/sys/compat/osf1/osf1_errno.c Wed Jan 02 18:44:46 2013 +0000
+++ b/sys/compat/osf1/osf1_errno.c Wed Jan 02 18:48:22 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_errno.c,v 1.5 2002/03/31 22:22:48 christos Exp $ */
+/* $NetBSD: osf1_errno.c,v 1.6 2013/01/02 18:48:22 dsl Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -31,10 +31,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: osf1_errno.c,v 1.5 2002/03/31 22:22:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: osf1_errno.c,v 1.6 2013/01/02 18:48:22 dsl Exp $");
#include <compat/osf1/osf1.h>
-#include <compat/osf1/osf1_cvt.h>
/*
* This table is used to translate NetBSD errnos to OSF/1 errnos
diff -r 4e5b29ea1fb7 -r e678372768ff sys/compat/osf1/osf1_signo.c
--- a/sys/compat/osf1/osf1_signo.c Wed Jan 02 18:44:46 2013 +0000
+++ b/sys/compat/osf1/osf1_signo.c Wed Jan 02 18:48:22 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_signo.c,v 1.1 2002/03/31 22:22:48 christos Exp $ */
+/* $NetBSD: osf1_signo.c,v 1.2 2013/01/02 18:48:22 dsl Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -31,13 +31,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: osf1_signo.c,v 1.1 2002/03/31 22:22:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: osf1_signo.c,v 1.2 2013/01/02 18:48:22 dsl Exp $");
#include <sys/types.h>
#include <sys/signal.h>
#include <compat/osf1/osf1.h>
-#include <compat/osf1/osf1_cvt.h>
/*
* These tables are used to translate between NetBSD and OSF/1 signal
Home |
Main Index |
Thread Index |
Old Index