summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/vjcomp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-05-09 20:02:29 +0000
committerbrian <brian@FreeBSD.org>1999-05-09 20:02:29 +0000
commit00d71de444cebd8e8fb9f1a6f538b0e25756fcbd (patch)
tree35a86aa77f33435584f120d89d51596207ec30c1 /usr.sbin/ppp/vjcomp.c
parent81c1d3f4c6f3f0dcb719616e43e48c3b8d72888e (diff)
downloadFreeBSD-src-00d71de444cebd8e8fb9f1a6f538b0e25756fcbd.zip
FreeBSD-src-00d71de444cebd8e8fb9f1a6f538b0e25756fcbd.tar.gz
Deal with the fact that as we now mbuf_Read the fsm
header in fsm_Input() we often end up with a NULL mbuf. Deal with a possible NULL mbuf being passed into mbuf_Prepend(). Adjust some spacing to make things more consistent.
Diffstat (limited to 'usr.sbin/ppp/vjcomp.c')
-rw-r--r--usr.sbin/ppp/vjcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c
index 48a82d6..a1c322e 100644
--- a/usr.sbin/ppp/vjcomp.c
+++ b/usr.sbin/ppp/vjcomp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: vjcomp.c,v 1.27 1999/03/31 14:21:46 brian Exp $
+ * $Id: vjcomp.c,v 1.28 1999/05/08 11:07:55 brian Exp $
*
* TODO:
*/
@@ -99,7 +99,7 @@ vj_LayerPush(struct bundle *bundle, struct link *l, struct mbuf *bp, int pri,
}
static struct mbuf *
-VjUncompressTcp(struct ipcp *ipcp, struct mbuf * bp, u_char type)
+VjUncompressTcp(struct ipcp *ipcp, struct mbuf *bp, u_char type)
{
u_char *bufp;
int len, olen, rlen;
OpenPOWER on IntegriCloud