Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev make this compile again



details:   https://anonhg.NetBSD.org/src/rev/3c5c0e8fa022
branches:  trunk
changeset: 502173:3c5c0e8fa022
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Sat Jan 13 02:08:15 2001 +0000

description:
make this compile again

diffstat:

 sys/arch/amiga/dev/fd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df11652e1ed2 -r 3c5c0e8fa022 sys/arch/amiga/dev/fd.c
--- a/sys/arch/amiga/dev/fd.c   Sat Jan 13 00:06:50 2001 +0000
+++ b/sys/arch/amiga/dev/fd.c   Sat Jan 13 02:08:15 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.46 2000/11/20 08:24:09 chs Exp $      */
+/*     $NetBSD: fd.c,v 1.47 2001/01/13 02:08:15 aymeric Exp $  */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -946,7 +946,7 @@
        bcopy(lp, dlp, sizeof(struct disklabel));
        bp->b_blkno = 0;
        bp->b_cylinder = 0;
-       bp->b_flags &= ~(B_READ|B_DONE)
+       bp->b_flags &= ~(B_READ|B_DONE);
        bp->b_flags |= B_WRITE;
        fdstrategy(bp);
        error = biowait(bp);



Home | Main Index | Thread Index | Old Index