=================================================================== RCS file: /cvs/sys/dev/microcode/aic7xxx/aicasm_macro_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_macro_scan.l 2008/03/04 16:11:51 1.1 +++ sys/dev/microcode/aic7xxx/aicasm_macro_scan.l 2008/03/04 16:11:51 1.1.1.1 @@ -1,6 +1,6 @@ %{ /* -/* $OpenBSD: aicasm_macro_scan.l,v 1.1 2008/03/04 16:11:51 nbrk Exp $ */ +/* $OpenBSD: aicasm_macro_scan.l,v 1.1.1.1 2008/03/04 16:11:51 nbrk Exp $ */ /* * Sub-Lexical Analyzer for macro invokation in * the Aic7xxx SCSI Host adapter sequencer assembler. @@ -40,7 +40,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aicasm_macro_scan.l,v 1.1 2008/03/04 16:11:51 nbrk Exp $ + * $Id: aicasm_macro_scan.l,v 1.1.1.1 2008/03/04 16:11:51 nbrk Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l,v 1.5 2003/12/16 23:54:07 gibbs Exp $ */