diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/mvme88k/dev/busswfunc.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/mvme88k/dev/busswfunc.h')
-rw-r--r-- | sys/arch/mvme88k/dev/busswfunc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/busswfunc.h b/sys/arch/mvme88k/dev/busswfunc.h index a633886837a..9be2d17309b 100644 --- a/sys/arch/mvme88k/dev/busswfunc.h +++ b/sys/arch/mvme88k/dev/busswfunc.h @@ -1,9 +1,9 @@ -/* $OpenBSD: busswfunc.h,v 1.3 2001/12/19 04:02:25 smurph Exp $ */ +/* $OpenBSD: busswfunc.h,v 1.4 2002/03/14 01:26:39 millert Exp $ */ #ifndef _MVME88K_BUSSWF_H_ #define _MVME88K_BUSSWF_H_ -int busswintr_establish __P((int vec, struct intrhand *ih)); +int busswintr_establish(int vec, struct intrhand *ih); #endif /* _MVME88K_PCCTWO_H_ */ |