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/dev/wscons/wseventvar.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/wscons/wseventvar.h')
-rw-r--r-- | sys/dev/wscons/wseventvar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/wscons/wseventvar.h b/sys/dev/wscons/wseventvar.h index e613db4018b..37eaaa595f3 100644 --- a/sys/dev/wscons/wseventvar.h +++ b/sys/dev/wscons/wseventvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wseventvar.h,v 1.1 2000/05/16 23:49:12 mickey Exp $ */ +/* $OpenBSD: wseventvar.h,v 1.2 2002/03/14 01:27:03 millert Exp $ */ /* $NetBSD: wseventvar.h,v 1.1 1998/03/22 14:24:03 drochner Exp $ */ /* @@ -106,10 +106,10 @@ struct wseventvar { psignal((ev)->io, SIGIO); \ } -void wsevent_init __P((struct wseventvar *)); -void wsevent_fini __P((struct wseventvar *)); -int wsevent_read __P((struct wseventvar *, struct uio *, int)); -int wsevent_poll __P((struct wseventvar *, int, struct proc *)); +void wsevent_init(struct wseventvar *); +void wsevent_fini(struct wseventvar *); +int wsevent_read(struct wseventvar *, struct uio *, int); +int wsevent_poll(struct wseventvar *, int, struct proc *); /* * PWSEVENT is set just above PSOCK, which is just above TTIPRI, on the |