Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/microcode/siop/ncr53cxxx.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/microcode/siop/ncr53cxxx.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -u -p -r1.11.2.1 -r1.11.2.2 --- src/sys/dev/microcode/siop/ncr53cxxx.c 2004/08/03 10:48:49 1.11.2.1 +++ src/sys/dev/microcode/siop/ncr53cxxx.c 2004/09/18 14:48:44 1.11.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53cxxx.c,v 1.11.2.1 2004/08/03 10:48:49 skrll Exp $ */ +/* $NetBSD: ncr53cxxx.c,v 1.11.2.2 2004/09/18 14:48:44 skrll Exp $ */ /* * Copyright (c) 1995,1999 Michael L. Hitch @@ -33,7 +33,7 @@ /* ncr53cxxx.c - SCSI SCRIPTS Assembler */ #include -__RCSID("$NetBSD: ncr53cxxx.c,v 1.11.2.1 2004/08/03 10:48:49 skrll Exp $"); +__RCSID("$NetBSD: ncr53cxxx.c,v 1.11.2.2 2004/09/18 14:48:44 skrll Exp $"); #include #include @@ -418,7 +418,7 @@ main (int argc, char *argv[]) if (outfp) { time_t cur_time; - fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.11.2.1 2004/08/03 10:48:49 skrll Exp $\t*/\n"); + fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.11.2.2 2004/09/18 14:48:44 skrll Exp $\t*/\n"); fprintf(outfp, "/*\n"); fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n"); time(&cur_time);