From e4b571b5085cff85a51781d1b7a394caefc0a800 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 16 Jan 2003 07:22:32 +0000 Subject: [PATCH] Merge rev 1.2 (correct script path) and 1.6 (prefer strlcpy to strcpy) into isc_dhcp_3_0_1_rc11. --- contrib/isc-dhcp/client/clparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/isc-dhcp/client/clparse.c b/contrib/isc-dhcp/client/clparse.c index d9be6a01c401..d4e114b6149e 100644 --- a/contrib/isc-dhcp/client/clparse.c +++ b/contrib/isc-dhcp/client/clparse.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: clparse.c,v 1.62.2.2 2002/02/09 03:13:17 mellon Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n" +"$Id: clparse.c,v 1.62.2.3 2002/11/17 02:25:43 dhankins Exp $ Copyright (c) 1996-2002 The Internet Software Consortium. All rights reserved.\n" "$FreeBSD$\n"; #endif /* not lint */