From fa60dbbf2ac00aacf694f2e45009f9f53dae9f8e Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 10 May 1996 12:45:10 +0000 Subject: [PATCH] decl joystick --- sys/arch/i386/include/conf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/include/conf.h b/sys/arch/i386/include/conf.h index 2b9ef1b6157..34d1559c9a6 100644 --- a/sys/arch/i386/include/conf.h +++ b/sys/arch/i386/include/conf.h @@ -1,4 +1,4 @@ -/* $NetBSD: conf.h,v 1.1 1996/05/03 19:34:11 christos Exp $ */ +/* $NetBSD: conf.h,v 1.2 1996/05/05 19:28:34 christos Exp $ */ /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -60,3 +60,5 @@ cdev_decl(mms); cdev_decl(lms); cdev_decl(pms); + +cdev_decl(joy); -- 2.20.1