Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys tputchar grows a flags argument.
details: https://anonhg.NetBSD.org/src/rev/53aad98ef281
branches: trunk
changeset: 543122:53aad98ef281
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 17 22:19:28 2003 +0000
description:
tputchar grows a flags argument.
diffstat:
sys/sys/tty.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4e1f9201e89a -r 53aad98ef281 sys/sys/tty.h
--- a/sys/sys/tty.h Mon Feb 17 22:19:13 2003 +0000
+++ b/sys/sys/tty.h Mon Feb 17 22:19:28 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tty.h,v 1.58 2003/02/12 03:46:02 christos Exp $ */
+/* $NetBSD: tty.h,v 1.59 2003/02/17 22:19:28 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@@ -224,7 +224,7 @@
int unputc __P((struct clist *q));
int nullmodem __P((struct tty *tp, int flag));
-int tputchar __P((int c, struct tty *tp));
+int tputchar __P((int c, int flags, struct tty *tp));
int ttioctl __P((struct tty *tp, u_long com, caddr_t data, int flag,
struct proc *p));
int ttread __P((struct tty *tp, struct uio *uio, int flag));
Home |
Main Index |
Thread Index |
Old Index