Prevent expansion of $NetBSD$ that should be placed verbatim into output.

This commit is contained in:
jakllsch 2012-03-08 16:43:04 +00:00
parent 344a231144
commit 20bfdf38a2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cyzfirm2h.c,v 1.9 2012/03/08 16:40:37 jakllsch Exp $ */
/* $NetBSD: cyzfirm2h.c,v 1.10 2012/03/08 16:43:04 jakllsch Exp $ */
/*-
* Copyright (c) 2000 Zembu Labs, Inc.
@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: cyzfirm2h.c,v 1.9 2012/03/08 16:40:37 jakllsch Exp $");
__RCSID("$NetBSD: cyzfirm2h.c,v 1.10 2012/03/08 16:43:04 jakllsch Exp $");
#include <sys/types.h>
#include <sys/mman.h>
@ -99,7 +99,7 @@ main(int argc, char *argv[])
err(1, "unable to mmap input file");
(void) close(i);
fprintf(out_file, "/*\t$NetBSD: cyzfirm2h.c,v 1.9 2012/03/08 16:40:37 jakllsch Exp $\t*/\n\n");
fprintf(out_file, "/*\t$""NetBSD""$\t*/\n\n");
fprintf(out_file,
"/*\n"
" * Firmware for Cyclades Z series multiport serial boards.\n"