diff options
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ | |||
37 | */ | 37 | */ |
38 | 38 | ||
39 | #include "includes.h" | 39 | #include "includes.h" |
40 | RCSID("$OpenBSD: packet.c,v 1.119 2005/07/28 17:36:22 markus Exp $"); | 40 | RCSID("$OpenBSD: packet.c,v 1.120 2005/10/30 08:52:17 djm Exp $"); |
41 | 41 | ||
42 | #include "openbsd-compat/sys-queue.h" | 42 | #include "openbsd-compat/sys-queue.h" |
43 | 43 | ||
@@ -572,7 +572,7 @@ packet_send1(void) | |||
572 | buffer_clear(&outgoing_packet); | 572 | buffer_clear(&outgoing_packet); |
573 | 573 | ||
574 | /* | 574 | /* |
575 | * Note that the packet is now only buffered in output. It won\'t be | 575 | * Note that the packet is now only buffered in output. It won't be |
576 | * actually sent until packet_write_wait or packet_write_poll is | 576 | * actually sent until packet_write_wait or packet_write_poll is |
577 | * called. | 577 | * called. |
578 | */ | 578 | */ |