From: Ted Lemon Date: Fri, 26 Mar 1999 16:53:50 +0000 (+0000) Subject: Add missing comment closure. X-Git-Tag: V2-BETA-1-PATCH-19~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=654821aa33379e3f80d4afdc37f2eef106bd35bf;p=thirdparty%2Fdhcp.git Add missing comment closure. --- diff --git a/common/upf.c b/common/upf.c index c172c6239..c2f28c928 100644 --- a/common/upf.c +++ b/common/upf.c @@ -1,6 +1,6 @@ /* upf.c - Ultrix PacketFilter interface code. + Ultrix PacketFilter interface code. */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: upf.c,v 1.3.2.3 1999/02/23 22:09:56 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: upf.c,v 1.3.2.4 1999/03/26 16:53:50 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h"