--- embedaddon/dhcp/omapip/iscprint.c 2012/02/21 22:30:18 1.1 +++ embedaddon/dhcp/omapip/iscprint.c 2012/10/09 09:06:54 1.1.1.1 @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: iscprint.c,v 1.1 2012/02/21 22:30:18 misho Exp $ */ +/* $Id: iscprint.c,v 1.1.1.1 2012/10/09 09:06:54 misho Exp $ */ #include "dhcpd.h" @@ -23,7 +23,7 @@ #ifndef LINT static char copyright[] = -"$Id: iscprint.c,v 1.1 2012/02/21 22:30:18 misho Exp $ Copyright (c) 2004 Internet Systems Consortium, Inc. All rights reserved."; +"$Id: iscprint.c,v 1.1.1.1 2012/10/09 09:06:54 misho Exp $ Copyright (c) 2004 Internet Systems Consortium, Inc. All rights reserved."; #endif #define INSIST(cond) REQUIRE(cond)