From: Ted Lemon Date: Tue, 22 Dec 1998 22:38:15 +0000 (+0000) Subject: Fix conflict between binary file copyright/Id and banner copyright. X-Git-Tag: V2-BETA-1-PATCH-7~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef0ab0b3847f6210544bacbe22e3b16597e738c4;p=thirdparty%2Fdhcp.git Fix conflict between binary file copyright/Id and banner copyright. --- diff --git a/client/dhclient.c b/client/dhclient.c index 0faa5b497..5ed92c7cb 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -55,8 +55,8 @@ */ #ifndef lint -static char copyright[] = -"$Id: dhclient.c,v 1.44.2.5 1998/12/22 22:23:59 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +static char ocopyright[] = +"$Id: dhclient.c,v 1.44.2.6 1998/12/22 22:38:15 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h"