Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ieee1394 don't pull in sys/mbuf.h just for prototype...
details: https://anonhg.NetBSD.org/src/rev/2effaff3a722
branches: trunk
changeset: 533105:2effaff3a722
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Jun 21 11:22:17 2002 +0000
description:
don't pull in sys/mbuf.h just for prototype decl
diffstat:
sys/dev/ieee1394/fwohcivar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r bbbb7fcb4a53 -r 2effaff3a722 sys/dev/ieee1394/fwohcivar.h
--- a/sys/dev/ieee1394/fwohcivar.h Fri Jun 21 09:56:33 2002 +0000
+++ b/sys/dev/ieee1394/fwohcivar.h Fri Jun 21 11:22:17 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fwohcivar.h,v 1.17 2002/01/16 01:47:37 eeh Exp $ */
+/* $NetBSD: fwohcivar.h,v 1.18 2002/06/21 11:22:17 itojun Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -39,7 +39,6 @@
#ifndef _DEV_IEEE1394_FWOHCIVAR_H_
#define _DEV_IEEE1394_FWOHCIVAR_H_
-#include <sys/mbuf.h>
#include <sys/callout.h>
#include <sys/queue.h>
@@ -61,6 +60,7 @@
struct fwohci_softc;
struct fwohci_pkt;
+struct mbuf;
struct fwohci_buf {
TAILQ_ENTRY(fwohci_buf) fb_list;
Home |
Main Index |
Thread Index |
Old Index