]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add missing comment closure.
authorTed Lemon <source@isc.org>
Fri, 26 Mar 1999 16:53:50 +0000 (16:53 +0000)
committerTed Lemon <source@isc.org>
Fri, 26 Mar 1999 16:53:50 +0000 (16:53 +0000)
common/upf.c

index c172c6239eb3b89ee604f827b9286d0abe1540c9..c2f28c9286241ed0528b6000ec6fe412fbce7fd1 100644 (file)
@@ -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"