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 unneeded field in 'struct cac_ccb'.
details: https://anonhg.NetBSD.org/src/rev/2cce62cec61a
branches: trunk
changeset: 483715:2cce62cec61a
user: ad <ad%NetBSD.org@localhost>
date: Thu Mar 16 15:07:22 2000 +0000
description:
Remove unneeded field in 'struct cac_ccb'.
diffstat:
sys/dev/ic/cacvar.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r d99e053149ac -r 2cce62cec61a sys/dev/ic/cacvar.h
--- a/sys/dev/ic/cacvar.h Thu Mar 16 15:05:18 2000 +0000
+++ b/sys/dev/ic/cacvar.h Thu Mar 16 15:07:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cacvar.h,v 1.1 2000/03/16 14:52:24 ad Exp $ */
+/* $NetBSD: cacvar.h,v 1.2 2000/03/16 15:07:22 ad Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -59,7 +59,6 @@
struct cac_hdr ccb_hdr;
struct cac_req ccb_req;
struct cac_sgb ccb_seg[CAC_SG_SIZE];
- u_int32_t ccb_junk_context;
/* Data the controller won't touch */
int ccb_flags;
Home |
Main Index |
Thread Index |
Old Index