Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Remove extraneous ; from OpenBSD.
details: https://anonhg.NetBSD.org/src/rev/74dd2606646f
branches: trunk
changeset: 559599:74dd2606646f
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 20 21:16:55 2004 +0000
description:
Remove extraneous ; from OpenBSD.
diffstat:
sys/dev/ic/aac.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 63dd10809631 -r 74dd2606646f sys/dev/ic/aac.c
--- a/sys/dev/ic/aac.c Sat Mar 20 21:03:42 2004 +0000
+++ b/sys/dev/ic/aac.c Sat Mar 20 21:16:55 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aac.c,v 1.10 2003/12/09 20:12:14 ad Exp $ */
+/* $NetBSD: aac.c,v 1.11 2004/03/20 21:16:55 christos Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.10 2003/12/09 20:12:14 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.11 2004/03/20 21:16:55 christos Exp $");
#include "locators.h"
@@ -897,7 +897,7 @@
/* Spin waiting for the command to complete. */
for (i = 0; i < AAC_IMMEDIATE_TIMEOUT * 1000; i++) {
- if (AAC_GET_ISTATUS(sc) & AAC_DB_SYNC_COMMAND);
+ if (AAC_GET_ISTATUS(sc) & AAC_DB_SYNC_COMMAND)
break;
DELAY(1000);
}
Home |
Main Index |
Thread Index |
Old Index