Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Mark a potentially unused v...



details:   https://anonhg.NetBSD.org/src/rev/32fc084fc26e
branches:  trunk
changeset: 326417:32fc084fc26e
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jan 28 22:06:39 2014 +0000

description:
Mark a potentially unused variable (depending on #ifdef)

diffstat:

 crypto/external/bsd/openssh/dist/servconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8e197ed75dba -r 32fc084fc26e crypto/external/bsd/openssh/dist/servconf.c
--- a/crypto/external/bsd/openssh/dist/servconf.c       Tue Jan 28 21:47:48 2014 +0000
+++ b/crypto/external/bsd/openssh/dist/servconf.c       Tue Jan 28 22:06:39 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: servconf.c,v 1.14 2013/12/15 10:42:52 spz Exp $        */
+/*     $NetBSD: servconf.c,v 1.15 2014/01/28 22:06:39 martin Exp $     */
 /* $OpenBSD: servconf.c,v 1.240 2013/07/19 07:37:48 markus Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo%cs.hut.fi@localhost>, Espoo, Finland
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: servconf.c,v 1.14 2013/12/15 10:42:52 spz Exp $");
+__RCSID("$NetBSD: servconf.c,v 1.15 2014/01/28 22:06:39 martin Exp $");
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/queue.h>
@@ -959,7 +959,7 @@
 #ifdef WITH_LDAP_PUBKEY
        unsigned long lvalue;
 #endif
-       time_t *timetptr;
+       time_t *timetptr __unused;
        ServerOpCodes opcode;
        u_int i, flags = 0;
        size_t len;



Home | Main Index | Thread Index | Old Index