From: Ted Lemon Date: Sun, 25 Apr 1999 13:17:17 +0000 (+0000) Subject: Only one binary file copyright required. X-Git-Tag: V3-ALPHA-19990424~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61629d48761f903c6631a039292c73adc16f18f4;p=thirdparty%2Fdhcp.git Only one binary file copyright required. --- diff --git a/common/dlpi.c b/common/dlpi.c index 4acefbe78..b02522efd 100644 --- a/common/dlpi.c +++ b/common/dlpi.c @@ -70,7 +70,7 @@ #ifndef lint static char copyright[] = -"$Id: dlpi.c,v 1.10 1999/04/23 22:06:29 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dlpi.c,v 1.11 1999/04/25 13:17:17 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -111,11 +111,6 @@ static char copyright[] = # define ABS(x) ((x) >= 0 ? (x) : 0-(x)) # endif -#ifndef lint -static char copyright[] = -"$Id: dlpi.c,v 1.10 1999/04/23 22:06:29 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; -#endif /* not lint */ - static int strioctl PROTO ((int fd, int cmd, int timeout, int len, char *dp)); #define DLPI_MAXDLBUF 8192 /* Buffer size */