]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/12/10 19:47:14
authormouring <mouring>
Mon, 23 Dec 2002 02:42:52 +0000 (02:42 +0000)
committermouring <mouring>
Mon, 23 Dec 2002 02:42:52 +0000 (02:42 +0000)
     [packet.c]
     static

ChangeLog
packet.c

index 56c5e19df0d954c99e4e438ba8109d1b20b3df5f..9e9d33586153ff61e906318f8f90ee94a139ee69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,6 +62,9 @@
    - markus@cvs.openbsd.org 2002/12/10 19:26:50
      [packet.c]
      move tos handling to packet_set_tos; ok provos/henning/deraadt
+   - markus@cvs.openbsd.org 2002/12/10 19:47:14
+     [packet.c]
+     static
 
 20021205
  - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
index d06ac904a3a057ffb45f14cebc0d624e1f1f723f..3e2d1249d22b1e618c51fe91e9743bebbf91fcfd 100644 (file)
--- a/packet.c
+++ b/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"
@@ -1314,7 +1314,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;
This page took 0.043716 seconds and 5 git commands to generate.