Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/dev Fix build problem -- track the change to ...
details: https://anonhg.NetBSD.org/src/rev/d4e25906cd18
branches: trunk
changeset: 570053:d4e25906cd18
user: he <he%NetBSD.org@localhost>
date: Sun Sep 19 19:09:24 2004 +0000
description:
Fix build problem -- track the change to <sys/buf.h>.
diffstat:
sys/arch/sparc/dev/fd.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r cd2eceecbc0f -r d4e25906cd18 sys/arch/sparc/dev/fd.c
--- a/sys/arch/sparc/dev/fd.c Sun Sep 19 16:50:11 2004 +0000
+++ b/sys/arch/sparc/dev/fd.c Sun Sep 19 19:09:24 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fd.c,v 1.114 2004/03/24 15:44:46 pk Exp $ */
+/* $NetBSD: fd.c,v 1.115 2004/09/19 19:09:24 he Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -108,7 +108,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.114 2004/03/24 15:44:46 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.115 2004/09/19 19:09:24 he Exp $");
#include "opt_ddb.h"
#include "opt_md.h"
@@ -882,7 +882,7 @@
#ifdef FD_DEBUG
if (fdc_debug > 1)
- printf("fdstrategy: b_blkno %lld b_bcount %ld blkno %lld cylin %ld\n",
+ printf("fdstrategy: b_blkno %lld b_bcount %d blkno %lld cylin %d\n",
(long long)bp->b_blkno, bp->b_bcount,
(long long)fd->sc_blkno, bp->b_cylinder);
#endif
@@ -2231,7 +2231,7 @@
if (fdc_debug) {
int i;
- printf("fdformat: blkno 0x%llx count %ld\n",
+ printf("fdformat: blkno 0x%llx count %d\n",
(unsigned long long)bp->b_blkno, bp->b_bcount);
printf("\tcyl:\t%d\n", finfo->cyl);
Home |
Main Index |
Thread Index |
Old Index