Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Fix a typo in the ALTQ changes.
details: https://anonhg.NetBSD.org/src/rev/ce2c2f7c3504
branches: trunk
changeset: 501897:ce2c2f7c3504
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Jan 08 23:43:34 2001 +0000
description:
Fix a typo in the ALTQ changes.
diffstat:
sys/net/if_strip.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a78666a0200c -r ce2c2f7c3504 sys/net/if_strip.c
--- a/sys/net/if_strip.c Mon Jan 08 22:27:51 2001 +0000
+++ b/sys/net/if_strip.c Mon Jan 08 23:43:34 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_strip.c,v 1.26 2000/12/18 20:47:10 thorpej Exp $ */
+/* $NetBSD: if_strip.c,v 1.27 2001/01/08 23:43:34 thorpej Exp $ */
/* from: NetBSD: if_sl.c,v 1.38 1996/02/13 22:00:23 christos Exp $ */
/*
@@ -731,7 +731,7 @@
struct ifqueue *ifq;
int s, error;
u_char dl_addrbuf[STARMODE_ADDR_LEN+1];
- ALTQ_DECL(altq_pktattr pktattr;)
+ ALTQ_DECL(struct altq_pktattr pktattr;)
/*
* Verify tty line is up and alive.
Home |
Main Index |
Thread Index |
Old Index