Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic XXX: gcc



details:   https://anonhg.NetBSD.org/src/rev/17cb26fc2327
branches:  trunk
changeset: 554504:17cb26fc2327
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Oct 29 01:12:23 2003 +0000

description:
XXX: gcc

diffstat:

 sys/dev/ic/esiop.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1d98ac575a0f -r 17cb26fc2327 sys/dev/ic/esiop.c
--- a/sys/dev/ic/esiop.c        Wed Oct 29 01:11:16 2003 +0000
+++ b/sys/dev/ic/esiop.c        Wed Oct 29 01:12:23 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esiop.c,v 1.22 2003/10/25 18:35:42 christos Exp $      */
+/*     $NetBSD: esiop.c,v 1.23 2003/10/29 01:12:23 mycroft Exp $       */
 
 /*
  * Copyright (c) 2002 Manuel Bouyer.
@@ -33,7 +33,7 @@
 /* SYM53c7/8xx PCI-SCSI I/O Processors driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.22 2003/10/25 18:35:42 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.23 2003/10/29 01:12:23 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -421,7 +421,7 @@
        struct esiop_cmd *esiop_cmd;
        struct esiop_lun *esiop_lun;
        struct scsipi_xfer *xs;
-       int istat, sist, sstat1, dstat = 0;
+       int istat, sist, sstat1, dstat = 0; /* XXX: gcc */
        u_int32_t irqcode;
        int need_reset = 0;
        int offset, target, lun, tag;



Home | Main Index | Thread Index | Old Index