Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133113223
D39528.id120593.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
661 B
Referenced Files
None
Subscribers
None
D39528.id120593.diff
View Options
diff --git a/contrib/telnet/telnet/commands.c b/contrib/telnet/telnet/commands.c
--- a/contrib/telnet/telnet/commands.c
+++ b/contrib/telnet/telnet/commands.c
@@ -423,8 +423,7 @@
}
static int
-send_dontcmd(name)
- char *name;
+send_dontcmd(char *name)
{
return(send_tncmd(send_dont, "dont", name));
}
diff --git a/contrib/telnet/telnet/ring.c b/contrib/telnet/telnet/ring.c
--- a/contrib/telnet/telnet/ring.c
+++ b/contrib/telnet/telnet/ring.c
@@ -306,9 +306,8 @@
ring->clearto = ring->supply;
}
- void
-ring_clearto(ring)
- Ring *ring;
+void
+ring_clearto(Ring *ring)
{
if (!ring_empty(ring))
ring->clearto = ring->supply;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 24, 2:16 AM (13 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24108292
Default Alt Text
D39528.id120593.diff (661 B)
Attached To
Mode
D39528: telnet: Use C89 function definitions for two stragglers.
Attached
Detach File
Event Timeline
Log In to Comment