From: stsp Date: Thu, 29 Jul 2010 00:50:10 +0000 (+0000) Subject: Remove stray newline, fix $OpenBSD$; ok deraadt X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4039644b0c8978957bd574faf1b78d3ad393c668;p=openbsd Remove stray newline, fix $OpenBSD$; ok deraadt --- diff --git a/lib/libc/citrus/citrus_utf8.c b/lib/libc/citrus/citrus_utf8.c index d28670c9eb7..0ead0c7946d 100644 --- a/lib/libc/citrus/citrus_utf8.c +++ b/lib/libc/citrus/citrus_utf8.c @@ -1,5 +1,4 @@ - -/* $OpenBSD: citrus_utf8.c,v 1.1 2010/07/27 16:59:03 stsp Exp $ */ +/* $OpenBSD: citrus_utf8.c,v 1.2 2010/07/29 00:50:10 stsp Exp $ */ /*- * Copyright (c) 2002-2004 Tim J. Robbins diff --git a/lib/libc/citrus/citrus_utf8.h b/lib/libc/citrus/citrus_utf8.h index d7a7bd87794..4c79fecf8eb 100644 --- a/lib/libc/citrus/citrus_utf8.h +++ b/lib/libc/citrus/citrus_utf8.h @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: citrus_utf8.h,v 1.2 2010/07/29 00:50:10 stsp Exp $ */ /* $NetBSD: citrus_utf8.h,v 1.2 2003/06/25 09:51:49 tshiozak Exp $ */ /*-