Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 don't pull in osf1_syscall.h
details: https://anonhg.NetBSD.org/src/rev/26c99dbf191e
branches: trunk
changeset: 472638:26c99dbf191e
user: cgd <cgd%NetBSD.org@localhost>
date: Tue May 04 02:45:35 1999 +0000
description:
don't pull in osf1_syscall.h
diffstat:
sys/compat/osf1/osf1_file.c | 3 +--
sys/compat/osf1/osf1_misc.c | 3 +--
sys/compat/osf1/osf1_socket.c | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r 39c3f990a9b1 -r 26c99dbf191e sys/compat/osf1/osf1_file.c
--- a/sys/compat/osf1/osf1_file.c Tue May 04 02:44:43 1999 +0000
+++ b/sys/compat/osf1/osf1_file.c Tue May 04 02:45:35 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_file.c,v 1.3 1999/05/04 02:12:15 cgd Exp $ */
+/* $NetBSD: osf1_file.c,v 1.4 1999/05/04 02:45:35 cgd Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -81,7 +81,6 @@
#include <vm/vm.h>
#include <compat/osf1/osf1.h>
-#include <compat/osf1/osf1_syscall.h>
#include <compat/osf1/osf1_syscallargs.h>
#include <compat/osf1/osf1_util.h>
#include <compat/osf1/osf1_cvt.h>
diff -r 39c3f990a9b1 -r 26c99dbf191e sys/compat/osf1/osf1_misc.c
--- a/sys/compat/osf1/osf1_misc.c Tue May 04 02:44:43 1999 +0000
+++ b/sys/compat/osf1/osf1_misc.c Tue May 04 02:45:35 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_misc.c,v 1.48 1999/05/01 05:49:02 cgd Exp $ */
+/* $NetBSD: osf1_misc.c,v 1.49 1999/05/04 02:45:35 cgd Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -81,7 +81,6 @@
#include <vm/vm.h>
#include <compat/osf1/osf1.h>
-#include <compat/osf1/osf1_syscall.h>
#include <compat/osf1/osf1_syscallargs.h>
#include <compat/osf1/osf1_util.h>
#include <compat/osf1/osf1_cvt.h>
diff -r 39c3f990a9b1 -r 26c99dbf191e sys/compat/osf1/osf1_socket.c
--- a/sys/compat/osf1/osf1_socket.c Tue May 04 02:44:43 1999 +0000
+++ b/sys/compat/osf1/osf1_socket.c Tue May 04 02:45:35 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_socket.c,v 1.1 1999/05/01 04:57:16 cgd Exp $ */
+/* $NetBSD: osf1_socket.c,v 1.2 1999/05/04 02:45:35 cgd Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -67,7 +67,6 @@
#include <sys/socketvar.h>
#include <compat/osf1/osf1.h>
-#include <compat/osf1/osf1_syscall.h>
#include <compat/osf1/osf1_syscallargs.h>
#include <compat/osf1/osf1_util.h>
#include <compat/osf1/osf1_cvt.h>
Home |
Main Index |
Thread Index |
Old Index