projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c76a9
)
add missing void, still has issues though
author
Tim Riker
<tim@rikers.org>
Fri, 26 Apr 2002 07:53:39 +0000
(07:53 -0000)
committer
Tim Riker
<tim@rikers.org>
Fri, 26 Apr 2002 07:53:39 +0000
(07:53 -0000)
networking/telnet.c
patch
|
blob
|
history
diff --git
a/networking/telnet.c
b/networking/telnet.c
index 93eda56e12bfd57e90891ca1a4941d96d1912bba..bbf0d199783404a3b3249b96f39ddac62a395f1e 100644
(file)
--- a/
networking/telnet.c
+++ b/
networking/telnet.c
@@
-511,7
+511,7
@@
static inline void to_ttype(void)
#endif
#ifdef CONFIG_FEATURE_AUTOWIDTH
-static inline void to_naws()
+static inline void to_naws(
void
)
{
/* Tell server we will do NAWS */
putiac2(WILL, TELOPT_NAWS);