summaryrefslogtreecommitdiff
path: root/sys/dev/cons.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-02-27 09:43:21 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-02-27 09:43:21 +0000
commit7fe34980153780f95cc612f6d0a4e9800c530011 (patch)
tree8ac245e4ed1e2bbf20cfddeae04b7b321741c353 /sys/dev/cons.h
parentcc3168f1451f2932dea676a480d95729d9900183 (diff)
From NetBSD: update to 960217 sources
Diffstat (limited to 'sys/dev/cons.h')
-rw-r--r--sys/dev/cons.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/cons.h b/sys/dev/cons.h
index 5ff2b7776c1..155c2aa30cf 100644
--- a/sys/dev/cons.h
+++ b/sys/dev/cons.h
@@ -1,4 +1,5 @@
-/* $NetBSD: cons.h,v 1.12 1995/11/25 00:03:41 cgd Exp $ */
+/* $OpenBSD: cons.h,v 1.3 1996/02/27 09:43:19 niklas Exp $ */
+/* $NetBSD: cons.h,v 1.13 1996/02/04 02:04:17 christos Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -79,7 +80,7 @@ int cnwrite __P((dev_t, struct uio *, int));
int cnioctl __P((dev_t, u_long, caddr_t, int, struct proc *));
int cnselect __P((dev_t, int, struct proc *));
int cngetc __P((void));
-int cnputc __P((int));
+void cnputc __P((int));
void nullcnpollc __P((dev_t, int));
/* console-specific types */