diff options
Diffstat (limited to 'sys/arch/mvme88k/dev')
-rw-r--r-- | sys/arch/mvme88k/dev/memc.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/pcctwo.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vmel.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vmes.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/mvme88k/dev/memc.c b/sys/arch/mvme88k/dev/memc.c index 5cdbf3fb3a3..86766fbc531 100644 --- a/sys/arch/mvme88k/dev/memc.c +++ b/sys/arch/mvme88k/dev/memc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: memc.c,v 1.13 2006/11/16 23:21:56 miod Exp $ */ +/* $OpenBSD: memc.c,v 1.14 2010/06/26 23:24:43 guenther Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -34,7 +34,6 @@ #include <sys/conf.h> #include <sys/ioctl.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/tty.h> #include <sys/uio.h> #include <sys/systm.h> diff --git a/sys/arch/mvme88k/dev/pcctwo.c b/sys/arch/mvme88k/dev/pcctwo.c index d3886aaf660..799c24e18fe 100644 --- a/sys/arch/mvme88k/dev/pcctwo.c +++ b/sys/arch/mvme88k/dev/pcctwo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcctwo.c,v 1.29 2006/05/08 14:36:10 miod Exp $ */ +/* $OpenBSD: pcctwo.c,v 1.30 2010/06/26 23:24:43 guenther Exp $ */ /* * Copyright (c) 1995 Theo de Raadt * All rights reserved. @@ -31,7 +31,6 @@ #include <sys/conf.h> #include <sys/ioctl.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/tty.h> #include <sys/uio.h> #include <sys/systm.h> diff --git a/sys/arch/mvme88k/dev/vmel.c b/sys/arch/mvme88k/dev/vmel.c index 89bdcce3550..0d76f1d85a2 100644 --- a/sys/arch/mvme88k/dev/vmel.c +++ b/sys/arch/mvme88k/dev/vmel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmel.c,v 1.16 2005/11/25 22:14:32 miod Exp $ */ +/* $OpenBSD: vmel.c,v 1.17 2010/06/26 23:24:44 guenther Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -27,7 +27,6 @@ #include <sys/param.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> diff --git a/sys/arch/mvme88k/dev/vmes.c b/sys/arch/mvme88k/dev/vmes.c index c0a60f86177..cf3bee2f7f4 100644 --- a/sys/arch/mvme88k/dev/vmes.c +++ b/sys/arch/mvme88k/dev/vmes.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmes.c,v 1.19 2005/11/25 22:14:32 miod Exp $ */ +/* $OpenBSD: vmes.c,v 1.20 2010/06/26 23:24:44 guenther Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -27,7 +27,6 @@ #include <sys/param.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> |