Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/dev Pull up revision 1.24 (requested by yamt in ticke...
details: https://anonhg.NetBSD.org/src/rev/38d3f4ec8489
branches: netbsd-3
changeset: 575143:38d3f4ec8489
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 06 11:58:58 2005 +0000
description:
Pull up revision 1.24 (requested by yamt in ticket #112):
Looks like a 'struct buf *bp' was left over from a previosu commit. Since kernel builds stop on this, removing it.
diffstat:
sys/dev/cgd.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r dad028618e8c -r 38d3f4ec8489 sys/dev/cgd.c
--- a/sys/dev/cgd.c Wed Apr 06 11:57:27 2005 +0000
+++ b/sys/dev/cgd.c Wed Apr 06 11:58:58 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cgd.c,v 1.22.2.1 2005/04/06 11:57:14 tron Exp $ */
+/* $NetBSD: cgd.c,v 1.22.2.2 2005/04/06 11:58:58 tron Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgd.c,v 1.22.2.1 2005/04/06 11:57:14 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgd.c,v 1.22.2.2 2005/04/06 11:58:58 tron Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -587,7 +587,6 @@
static int
cgd_ioctl_clr(struct cgd_softc *cs, void *data, struct proc *p)
{
- struct buf *bp;
int s;
/* Kill off any queued buffers. */
Home |
Main Index |
Thread Index |
Old Index