don't pull in osf1_syscall.h

This commit is contained in:
cgd 1999-05-04 02:45:35 +00:00
parent 15e8e0d207
commit d0937ee8b6
3 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>