$NetBSD $ -> $NetBSD$

This commit is contained in:
yamt 2003-06-27 12:55:13 +00:00
parent d031823b2b
commit 8822a3e83e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD $ */
/* $NetBSD: citrus_utf1632.c,v 1.3 2003/06/27 12:55:13 yamt Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: citrus_utf1632.c,v 1.2 2003/06/26 12:09:58 tshiozak Exp $");
__RCSID("$NetBSD: citrus_utf1632.c,v 1.3 2003/06/27 12:55:13 yamt Exp $");
#endif /* LIBC_SCCS and not lint */
#include <assert.h>