1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

PRED1 => TY_PRED1 (oops)

This commit is contained in:
Brian Somers 1997-09-10 21:36:54 +00:00
parent 29a6597c6b
commit f7fdd41d4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29295

View File

@ -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.17 1997/08/25 00:29:13 brian Exp $
* $Id: hdlc.c,v 1.18 1997/09/10 21:33:32 brian Exp $
*
* TODO:
*/
@ -152,7 +152,7 @@ HdlcOutput(int pri, u_short proto, struct mbuf * bp)
if ((proto & 0xfff1) == 0x21) { /* Network Layer protocol */
if (CcpFsm.state == ST_OPENED) {
if (CcpInfo.want_proto == PRED1) {
if (CcpInfo.want_proto == TY_PRED1) {
Pred1Output(pri, proto, bp);
return;
}