diff options
Diffstat (limited to 'sys/dev/flash.c')
-rw-r--r-- | sys/dev/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/flash.c b/sys/dev/flash.c index e7918184463..ea87e89ce61 100644 --- a/sys/dev/flash.c +++ b/sys/dev/flash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flash.c,v 1.10 2009/06/03 22:09:30 thib Exp $ */ +/* $OpenBSD: flash.c,v 1.11 2009/06/04 23:13:21 deraadt Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@openbsd.org> @@ -877,7 +877,7 @@ flashsize(dev_t dev) void flashstart(struct flash_softc *sc) { - struct buf *dp, *bp; + struct buf *bp; while (1) { /* Remove the next buffer from the queue or stop. */ |