Module Name: src Committed By: pgoyette Date: Thu Dec 23 13:34:46 UTC 2010
Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: Fix the $NetBSD$ tag (missed the trailing $) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdio/t_format.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libc/stdio/t_format.c diff -u src/tests/lib/libc/stdio/t_format.c:1.4 src/tests/lib/libc/stdio/t_format.c:1.5 --- src/tests/lib/libc/stdio/t_format.c:1.4 Tue Dec 21 14:23:42 2010 +++ src/tests/lib/libc/stdio/t_format.c Thu Dec 23 13:34:46 2010 @@ -1,4 +1,4 @@ -/* $NetBSD */ +/* $NetBSD: t_format.c,v 1.5 2010/12/23 13:34:46 pgoyette Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc.