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/eccde15ab665
branches: trunk
changeset: 1003997:eccde15ab665
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 6bb2d022e590 -r eccde15ab665 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