diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-01-29 10:21:55 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-01-29 10:21:55 +0000 |
commit | 29e7ecabb76cde8c26e774b1536d72ad4037953d (patch) | |
tree | 6dbc95729356b96fc6c52b30de0fcb9d4c633954 /sys/net | |
parent | 4a96d6dfb62a58267d3ce34851e37e97aa3338ca (diff) |
Remove fastq from struct sppp. Missed when I committed if_spppsubr.c r1.96,
pointed out / ok mikeb@
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_sppp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index fec89c6456e..d4dc7063a64 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sppp.h,v 1.16 2011/11/12 12:32:59 claudio Exp $ */ +/* $OpenBSD: if_sppp.h,v 1.17 2012/01/29 10:21:54 sthen Exp $ */ /* $NetBSD: if_sppp.h,v 1.2.2.1 1999/04/04 06:57:39 explorer Exp $ */ /* @@ -107,7 +107,6 @@ enum ppp_phase { struct sppp { /* NB: pp_if _must_ be first */ struct ifnet pp_if; /* network interface data */ - struct ifqueue pp_fastq; /* fast output queue */ struct ifqueue pp_cpq; /* PPP control protocol queue */ struct sppp *pp_next; /* next interface in keepalive list */ u_int pp_flags; /* use Cisco protocol instead of PPP */ |