Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/altq Remove code bracketed by #ifdef __FreeBSD__.
details: https://anonhg.NetBSD.org/src/rev/eab5df572da5
branches: trunk
changeset: 746708:eab5df572da5
user: dyoung <dyoung%NetBSD.org@localhost>
date: Tue Aug 18 17:20:20 2009 +0000
description:
Remove code bracketed by #ifdef __FreeBSD__.
diffstat:
sys/altq/if_altq.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 66b4435ee156 -r eab5df572da5 sys/altq/if_altq.h
--- a/sys/altq/if_altq.h Tue Aug 18 17:15:10 2009 +0000
+++ b/sys/altq/if_altq.h Tue Aug 18 17:20:20 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_altq.h,v 1.12 2007/03/04 05:59:03 christos Exp $ */
+/* $NetBSD: if_altq.h,v 1.13 2009/08/18 17:20:20 dyoung Exp $ */
/* $KAME: if_altq.h,v 1.12 2005/04/13 03:44:25 suz Exp $ */
/*
@@ -45,9 +45,6 @@
int ifq_len;
int ifq_maxlen;
int ifq_drops;
-#ifdef __FreeBSD__
- struct mtx ifq_mtx;
-#endif
/* alternate queueing related fields */
int altq_type; /* discipline type */
Home |
Main Index |
Thread Index |
Old Index