diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/cy/cy.c | 3 | ||||
-rw-r--r-- | sys/dev/cy/cy_isa.c | 3 | ||||
-rw-r--r-- | sys/dev/mse/mse.c | 4 | ||||
-rw-r--r-- | sys/dev/rc/rc.c | 1 | ||||
-rw-r--r-- | sys/dev/sio/sio.c | 3 |
5 files changed, 5 insertions, 9 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 9ce9957..ae025c0 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.21 1995/11/29 10:47:35 julian Exp $ + * $Id: cy.c,v 1.22 1995/11/29 14:39:37 julian Exp $ */ #include "cy.h" @@ -77,7 +77,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/file.h> diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 9ce9957..ae025c0 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.21 1995/11/29 10:47:35 julian Exp $ + * $Id: cy.c,v 1.22 1995/11/29 14:39:37 julian Exp $ */ #include "cy.h" @@ -77,7 +77,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/file.h> diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 82411de..8e9fa7b 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.17 1995/11/29 10:47:46 julian Exp $ + * $Id: mse.c,v 1.18 1995/11/29 14:39:47 julian Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -48,8 +48,8 @@ #if NMSE > 0 #include <sys/param.h> #include <sys/systm.h> +#include <sys/conf.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/buf.h> #include <sys/kernel.h> #include <sys/ioctl.h> diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index deea595..e4e3325 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -40,7 +40,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/file.h> diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 5e6800c..b6b090f 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.122 1995/11/29 14:39:57 julian Exp $ + * $Id: sio.c,v 1.123 1995/11/29 15:00:07 bde Exp $ */ #include "sio.h" @@ -51,7 +51,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/file.h> |