summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ppp/hdlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c
index 986da8c..ab2048f 100644
--- a/usr.sbin/ppp/hdlc.c
+++ b/usr.sbin/ppp/hdlc.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: hdlc.c,v 1.11 1997/02/22 16:10:16 peter Exp $
+ * $Id: hdlc.c,v 1.12 1997/04/19 09:25:58 phk Exp $
*
* TODO:
*/
@@ -336,7 +336,7 @@ HdlcInput(struct mbuf *bp)
bp->cnt -= 2; /* discard FCS part */
if (bp->cnt < 2) { /* XXX: raise this bar ? */
- bfree(bp);
+ pfree(bp);
return;
}
OpenPOWER on IntegriCloud