Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/scsipi Pull up revision 1.19 (requested by mjac...
details: https://anonhg.NetBSD.org/src/rev/451d55bf6ea7
branches: netbsd-1-6
changeset: 530270:451d55bf6ea7
user: grant <grant%NetBSD.org@localhost>
date: Mon Jun 16 12:42:44 2003 +0000
description:
Pull up revision 1.19 (requested by mjacob in ticket #1162):
The Double-Semi-Colon Police.
diffstat:
sys/dev/scsipi/ses.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 25f758254f71 -r 451d55bf6ea7 sys/dev/scsipi/ses.c
--- a/sys/dev/scsipi/ses.c Mon Jun 16 12:36:46 2003 +0000
+++ b/sys/dev/scsipi/ses.c Mon Jun 16 12:42:44 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ses.c,v 1.13 2001/11/15 09:48:18 lukem Exp $ */
+/* $NetBSD: ses.c,v 1.13.10.1 2003/06/16 12:42:44 grant Exp $ */
/*
* Copyright (C) 2000 National Aeronautics & Space Administration
* All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ses.c,v 1.13 2001/11/15 09:48:18 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ses.c,v 1.13.10.1 2003/06/16 12:42:44 grant Exp $");
#include "opt_scsi.h"
@@ -1405,7 +1405,7 @@
*/
static int safte_getconfig(ses_softc_t *);
-static int safte_rdstat(ses_softc_t *, int);;
+static int safte_rdstat(ses_softc_t *, int);
static int set_objstat_sel(ses_softc_t *, ses_objstat *, int);
static int wrbuf16(ses_softc_t *, uint8_t, uint8_t, uint8_t, uint8_t, int);
static void wrslot_stat(ses_softc_t *, int);
@@ -2118,7 +2118,7 @@
ssc->ses_objmap[oid].encstat[0] = SES_OBJSTAT_NOTAVAIL;
ssc->ses_objmap[oid].encstat[1] = 0;
ssc->ses_objmap[oid].encstat[2] = sdata[r];
- ssc->ses_objmap[oid].encstat[3] = 0;;
+ ssc->ses_objmap[oid].encstat[3] = 0;
ssc->ses_objmap[oid++].svalid = 1;
r++;
}
- Prev by Date:
[src/netbsd-1-6]: src/doc Pullup of tickets 1191, 1228, 1231, 1232, 1236, 123...
- Next by Date:
[src/netbsd-1-6]: src/doc ticket 1162, indent
- Previous by Thread:
[src/netbsd-1-6]: src/doc Pullup of tickets 1191, 1228, 1231, 1232, 1236, 123...
- Next by Thread:
[src/netbsd-1-6]: src/doc ticket 1162, indent
- Indexes:
Home |
Main Index |
Thread Index |
Old Index