Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/gehenna-devsw]: src/sys/compat/irix Remove some prototypes.



details:   https://anonhg.NetBSD.org/src/rev/8893c58868cd
branches:  gehenna-devsw
changeset: 527053:8893c58868cd
user:      gehenna <gehenna%NetBSD.org@localhost>
date:      Thu May 16 04:35:49 2002 +0000

description:
Remove some prototypes.

diffstat:

 sys/compat/irix/irix_kmem.h  |  6 +-----
 sys/compat/irix/irix_usema.h |  8 +-------
 2 files changed, 2 insertions(+), 12 deletions(-)

diffs (42 lines):

diff -r 956eba747788 -r 8893c58868cd sys/compat/irix/irix_kmem.h
--- a/sys/compat/irix/irix_kmem.h       Thu May 16 04:35:10 2002 +0000
+++ b/sys/compat/irix/irix_kmem.h       Thu May 16 04:35:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_kmem.h,v 1.1 2002/03/15 17:21:26 manu Exp $ */
+/*     $NetBSD: irix_kmem.h,v 1.1.6.1 2002/05/16 04:35:49 gehenna Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -44,10 +44,6 @@
 
 #ifdef _KERNEL
 void    irix_kmemattach __P((struct device *, struct device *, void *));
-int     irix_kmemopen __P((dev_t, int, int, struct proc *));
-int    irix_kmemread __P((dev_t, struct uio *, int));
-int    irix_kmemwrite __P((dev_t, struct uio *, int));
-int     irix_kmemclose __P((dev_t, int, int, struct proc *));
 #endif
 
 /* IRIX well-known kernel structures referenced by sysmp() */
diff -r 956eba747788 -r 8893c58868cd sys/compat/irix/irix_usema.h
--- a/sys/compat/irix/irix_usema.h      Thu May 16 04:35:10 2002 +0000
+++ b/sys/compat/irix/irix_usema.h      Thu May 16 04:35:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_usema.h,v 1.1 2002/04/23 05:51:14 manu Exp $ */
+/*     $NetBSD: irix_usema.h,v 1.1.2.1 2002/05/16 04:35:49 gehenna Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -46,12 +46,6 @@
 
 #ifdef _KERNEL
 void   irix_usemaattach __P((struct device *, struct device *, void *));
-int    irix_usemaopen  __P((dev_t, int, int, struct proc *));
-int    irix_usemaread  __P((dev_t, struct uio *, int));
-int    irix_usemawrite __P((dev_t, struct uio *, int)); 
-int    irix_usemapoll  __P((dev_t, int, struct proc *));
-int    irix_usemaioctl __P((dev_t, u_long, caddr_t, int, struct proc *));
-int    irix_usemaclose __P((dev_t, int, int, struct proc *)); 
 #endif
 
 #define IRIX_USEMADEV_MINOR    1



Home | Main Index | Thread Index | Old Index