diff options
Diffstat (limited to 'sys/arch/sgi/hpc/zs.c')
-rw-r--r-- | sys/arch/sgi/hpc/zs.c | 3 |
1 files changed, 1 insertions, 2 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> |