diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-30 22:41:57 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-30 22:41:57 +0000 |
commit | 072b56c97e17e8e69ddab5a735b5297387a88a70 (patch) | |
tree | 22eaee09956502609c240ddff8a108d8733521f9 /sys/dev/wscons/event_var.h | |
parent | b85b15782739220b5bf2563ccdc7ac9e256a31d2 (diff) |
Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.
-Wall -Wstrict-prototypes -Wmissing-prototypes too.
Diffstat (limited to 'sys/dev/wscons/event_var.h')
-rw-r--r-- | sys/dev/wscons/event_var.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/wscons/event_var.h b/sys/dev/wscons/event_var.h index bb8d9337c32..f9f0e00070c 100644 --- a/sys/dev/wscons/event_var.h +++ b/sys/dev/wscons/event_var.h @@ -1,5 +1,5 @@ -/* $OpenBSD: event_var.h,v 1.2 1996/07/29 23:02:50 niklas Exp $ */ -/* $NetBSD: event_var.h,v 1.1 1996/04/12 02:00:45 cgd Exp $ */ +/* $OpenBSD: event_var.h,v 1.3 1996/10/30 22:41:37 niklas Exp $ */ +/* $NetBSD: event_var.h,v 1.2 1996/09/15 17:15:27 cgd Exp $ */ /* * Copyright (c) 1992, 1993 @@ -79,7 +79,11 @@ struct evvar { void ev_init __P((struct evvar *)); void ev_fini __P((struct evvar *)); int ev_read __P((struct evvar *, struct uio *, int)); +#ifdef notyet +int ev_poll __P((struct evvar *, int, struct proc *)); +#else int ev_select __P((struct evvar *, int, struct proc *)); +#endif /* * PEVENT is set just above PSOCK, which is just above TTIPRI, on the |