]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/07/06 17:47:58
authormouring <mouring>
Sun, 7 Jul 2002 22:19:13 +0000 (22:19 +0000)
committermouring <mouring>
Sun, 7 Jul 2002 22:19:13 +0000 (22:19 +0000)
     [ssh-keyscan.c]
     unused variable

ChangeLog
ssh-keyscan.c

index ec6b9ddec28800cb0dfd6cae002ea6b00e5fffc8..ce106ef6195713cf20c2eb927a276e961d857649 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,9 @@
    - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
      [ssh-keyscan.c]
      KNF, realloc fix, and clean usage
+   - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
+     [ssh-keyscan.c]
+     unused variable
 
 20020705
  - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
index 7210aa3875baa62308a5a5ed6ac01f1ba8c71a9e..b913614db0dd7455d7760668682b75cfc61f54c9 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keyscan.c,v 1.39 2002/07/06 01:01:26 deraadt Exp $");
+RCSID("$OpenBSD: ssh-keyscan.c,v 1.40 2002/07/06 17:47:58 stevesk Exp $");
 
 #include "openbsd-compat/fake-queue.h"
 
@@ -171,7 +171,6 @@ Linebuf_lineno(Linebuf * lb)
 static char *
 Linebuf_getline(Linebuf * lb)
 {
-       u_int size;
        int n = 0;
        void *p;
 
This page took 0.271096 seconds and 5 git commands to generate.