From 072b56c97e17e8e69ddab5a735b5297387a88a70 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 30 Oct 1996 22:41:57 +0000 Subject: Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. -Wall -Wstrict-prototypes -Wmissing-prototypes too. --- sys/dev/wscons/event_var.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sys/dev/wscons/event_var.h') 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 -- cgit v1.2.3