diff options
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/hpc/zs.c | 3 | ||||
-rw-r--r-- | sys/arch/sgi/sgi/machdep.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sgi/hpc/zs.c b/sys/arch/sgi/hpc/zs.c index 624bbdfd5b7..3f56d4b2bc0 100644 --- a/sys/arch/sgi/hpc/zs.c +++ b/sys/arch/sgi/hpc/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.15 2017/04/30 16:45:45 mpi Exp $ */ +/* $OpenBSD: zs.c,v 1.16 2017/12/30 20:46:59 guenther Exp $ */ /* $NetBSD: zs.c,v 1.37 2011/02/20 07:59:50 matt Exp $ */ /*- @@ -41,7 +41,6 @@ #include <sys/systm.h> #include <sys/conf.h> #include <sys/device.h> -#include <sys/file.h> #include <sys/ioctl.h> #include <sys/kernel.h> #include <sys/proc.h> diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c index 295c0fc6ee1..a573046b98f 100644 --- a/sys/arch/sgi/sgi/machdep.c +++ b/sys/arch/sgi/sgi/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.157 2017/12/11 05:27:40 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.158 2017/12/30 20:46:59 guenther Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -32,7 +32,6 @@ #include <sys/buf.h> #include <sys/reboot.h> #include <sys/conf.h> -#include <sys/file.h> #include <sys/msgbuf.h> #include <sys/user.h> #include <sys/exec.h> |