summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-19 11:31:38 +0000
committerache <ache@FreeBSD.org>1997-04-19 11:31:38 +0000
commit2b13c9e07634e114240a005f28dee0707cb3648d (patch)
treeb1870d7bbc2c02b3f10ade9c20b55509ddb0d7a2
parent8cff7b68ad501862abf5fe13af07f36435453ed3 (diff)
downloadFreeBSD-src-2b13c9e07634e114240a005f28dee0707cb3648d.zip
FreeBSD-src-2b13c9e07634e114240a005f28dee0707cb3648d.tar.gz
Fix typo in previous commit
-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