artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04fee68
)
telnet: fix prototypes for two signal handlers to make clang 15 happy
author
tb
<tb@openbsd.org>
Wed, 8 Feb 2023 08:22:44 +0000
(08:22 +0000)
committer
tb
<tb@openbsd.org>
Wed, 8 Feb 2023 08:22:44 +0000
(08:22 +0000)
usr.bin/telnet/sys_bsd.c
patch
|
blob
|
history
diff --git
a/usr.bin/telnet/sys_bsd.c
b/usr.bin/telnet/sys_bsd.c
index
c92e3bf
..
ac92d68
100644
(file)
--- a/
usr.bin/telnet/sys_bsd.c
+++ b/
usr.bin/telnet/sys_bsd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sys_bsd.c,v 1.3
5 2019/06/28 13:35:04 deraadt Exp $
*/
+/* $OpenBSD: sys_bsd.c,v 1.3
6 2023/02/08 08:22:44 tb Exp $
*/
/* $NetBSD: sys_bsd.c,v 1.11 1996/02/28 21:04:10 thorpej Exp $ */
/*
@@
-180,8
+180,8
@@
TerminalDefaultChars(void)
* local/no signal mapping
*/
-static void susp();
-static void ayt();
+static void susp(
int
);
+static void ayt(
int
);
void
TerminalNewMode(int f)