=================================================================== RCS file: /cvs/sys/dev/microcode/aic7xxx/aicasm_scan.l,v retrieving revision 1.1 retrieving revision 1.1.1.1 diff -u -r1.1 -r1.1.1.1 --- sys/dev/microcode/aic7xxx/aicasm_scan.l 2008/03/04 16:11:51 1.1 +++ sys/dev/microcode/aic7xxx/aicasm_scan.l 2008/03/04 16:11:51 1.1.1.1 @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: aicasm_scan.l,v 1.1 2008/03/04 16:11:51 nbrk Exp $ */ +/* $OpenBSD: aicasm_scan.l,v 1.1.1.1 2008/03/04 16:11:51 nbrk Exp $ */ /* * Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler. * @@ -39,7 +39,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aicasm_scan.l,v 1.1 2008/03/04 16:11:51 nbrk Exp $ + * $Id: aicasm_scan.l,v 1.1.1.1 2008/03/04 16:11:51 nbrk Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_scan.l,v 1.22 2003/12/16 23:54:07 gibbs Exp $ */