Module Name:    src
Committed By:   pgoyette
Date:           Tue Dec 31 21:37:01 UTC 2013

Modified Files:
        src/external/bsd/ntp/dist/libntp: ntp_intres.c

Log Message:
Remove duplicate/old declaration of 'host' now that we allocate it on stack.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/libntp/ntp_intres.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/ntp/dist/libntp/ntp_intres.c
diff -u src/external/bsd/ntp/dist/libntp/ntp_intres.c:1.2 src/external/bsd/ntp/dist/libntp/ntp_intres.c:1.3
--- src/external/bsd/ntp/dist/libntp/ntp_intres.c:1.2	Tue Dec 31 20:56:29 2013
+++ src/external/bsd/ntp/dist/libntp/ntp_intres.c	Tue Dec 31 21:37:01 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: ntp_intres.c,v 1.2 2013/12/31 20:56:29 christos Exp $	*/
+/*	$NetBSD: ntp_intres.c,v 1.3 2013/12/31 21:37:01 pgoyette Exp $	*/
 
 /*
  * ntp_intres.c - Implements a generic blocking worker child or thread,
@@ -686,7 +686,6 @@ blocking_getnameinfo(
 	blocking_gni_resp *	gni_resp;
 	size_t			octets;
 	size_t			resp_octets;
-	char *			host;
 	char *			service;
 	char *			cp;
 	int			rc;

Reply via email to