Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys remove unused ttyerrinput.



details:   https://anonhg.NetBSD.org/src/rev/a4ecad1513f6
branches:  trunk
changeset: 460105:a4ecad1513f6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Oct 08 07:16:25 2019 +0000

description:
remove unused ttyerrinput.

diffstat:

 sys/sys/conf.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 73b7624a045d -r a4ecad1513f6 sys/sys/conf.h
--- a/sys/sys/conf.h    Tue Oct 08 03:53:57 2019 +0000
+++ b/sys/sys/conf.h    Tue Oct 08 07:16:25 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.151 2016/12/17 03:46:52 riastradh Exp $     */
+/*     $NetBSD: conf.h,v 1.152 2019/10/08 07:16:25 mrg Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -219,7 +219,6 @@
 #define        ttynodisc ((int (*)(dev_t, struct tty *))enodev)
 #define        ttyerrclose ((int (*)(struct tty *, int))enodev)
 #define        ttyerrio ((int (*)(struct tty *, struct uio *, int))enodev)
-#define        ttyerrinput ((int (*)(int, struct tty *))enodev)
 #define        ttyerrstart ((int (*)(struct tty *))enodev)
 
 int    ttyerrpoll (struct tty *, int, struct lwp *);



Home | Main Index | Thread Index | Old Index