diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-12-10 19:47:15 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-12-10 19:47:15 +0000 |
commit | 2341239794423fa6018dabb7eb2464644b3c47db (patch) | |
tree | 60c276d149c592fd30716c3442d0fee7c31d5fc9 /usr.bin/ssh/packet.c | |
parent | 80a92f7797e96a1a71b28218bec96f7cb97f5acf (diff) |
static
Diffstat (limited to 'usr.bin/ssh/packet.c')
-rw-r--r-- | usr.bin/ssh/packet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/packet.c b/usr.bin/ssh/packet.c index 6782fe7fd2d..ea49d252225 100644 --- a/usr.bin/ssh/packet.c +++ b/usr.bin/ssh/packet.c @@ -37,7 +37,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: packet.c,v 1.101 2002/12/10 19:26:50 markus Exp $"); +RCSID("$OpenBSD: packet.c,v 1.102 2002/12/10 19:47:14 markus Exp $"); #include "xmalloc.h" #include "buffer.h" @@ -1309,7 +1309,7 @@ packet_not_very_much_data_to_write(void) return buffer_len(&output) < 128 * 1024; } -void +static void packet_set_tos(int interactive) { int tos = interactive ? IPTOS_LOWDELAY : IPTOS_THROUGHPUT; |