summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/prompt.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-26 17:39:37 +0000
committerbrian <brian@FreeBSD.org>1998-08-26 17:39:37 +0000
commitf0dee2c38ca3e4eeca64ea4679b582c4373dbbf4 (patch)
tree82b255b761af56aea6d84d320188e4c0db94aae0 /usr.sbin/ppp/prompt.c
parent307727cd4cb34041ce7fbca4c3323678d1dd9f0c (diff)
downloadFreeBSD-src-f0dee2c38ca3e4eeca64ea4679b582c4373dbbf4.zip
FreeBSD-src-f0dee2c38ca3e4eeca64ea4679b582c4373dbbf4.tar.gz
Put the IP buffer queues into struct ipcp.
Forgotten by: me
Diffstat (limited to 'usr.sbin/ppp/prompt.c')
-rw-r--r--usr.sbin/ppp/prompt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/prompt.c b/usr.sbin/ppp/prompt.c
index 14daa0c..cdd2304 100644
--- a/usr.sbin/ppp/prompt.c
+++ b/usr.sbin/ppp/prompt.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: prompt.c,v 1.10 1998/08/07 18:42:50 brian Exp $
+ * $Id: prompt.c,v 1.11 1998/08/09 15:34:11 brian Exp $
*/
#include <sys/param.h>
@@ -53,12 +53,12 @@
#include "iplist.h"
#include "throughput.h"
#include "slcompress.h"
-#include "ipcp.h"
-#include "filter.h"
+#include "mbuf.h"
#include "lqr.h"
#include "hdlc.h"
+#include "ipcp.h"
+#include "filter.h"
#include "async.h"
-#include "mbuf.h"
#include "ccp.h"
#include "link.h"
#include "physical.h"
OpenPOWER on IntegriCloud