Module Name: src
Committed By: mrg
Date: Tue Oct 8 07:16:25 UTC 2019
Modified Files:
src/sys/sys: conf.h
Log Message:
remove unused ttyerrinput.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/sys/conf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/conf.h
diff -u src/sys/sys/conf.h:1.151 src/sys/sys/conf.h:1.152
--- src/sys/sys/conf.h:1.151 Sat Dec 17 03:46:52 2016
+++ src/sys/sys/conf.h Tue Oct 8 07:16:25 2019
@@ -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 @@ void ttyldisc_release(struct line
#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 *);