From 69ed05bf45ee08bf50571ba3de4b7091d16990a4 Mon Sep 17 00:00:00 2001 From: mbr Date: Mon, 28 Jul 2003 11:49:07 +0000 Subject: [PATCH] Define $FreeBSD$ at the right place. --- contrib/isc-dhcp/common/dispatch.c | 2 +- contrib/isc-dhcp/includes/dhcpd.h | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/contrib/isc-dhcp/common/dispatch.c b/contrib/isc-dhcp/common/dispatch.c index 59160ffff95c..9a01b4467d97 100644 --- a/contrib/isc-dhcp/common/dispatch.c +++ b/contrib/isc-dhcp/common/dispatch.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: dispatch.c,v 1.63.2.3 2002/11/17 02:26:57 dhankins Exp $ Copyright (c) 1995-2002 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dispatch.c,v 1.63.2.3 2002/11/17 02:26:57 dhankins Exp $ Copyright (c) 1995-2002 The Internet Software Consortium. All rights reserved.\n" "$FreeBSD$\n"; #endif /* not lint */ diff --git a/contrib/isc-dhcp/includes/dhcpd.h b/contrib/isc-dhcp/includes/dhcpd.h index 0c98e82f616c..25581914b0ff 100644 --- a/contrib/isc-dhcp/includes/dhcpd.h +++ b/contrib/isc-dhcp/includes/dhcpd.h @@ -39,12 +39,10 @@ * ``http://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. + * + * $FreeBSD$ */ -#ifndef lint -"$FreeBSD$\n"; -#endif /* not lint */ - #ifndef __CYGWIN32__ #include #include