Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2000 15:25:23 +0100 (CET)
From:      jan@sparud.net (Jan Sparud)
To:        David Wetzel <dave@turbocat.de>
Cc:        ISDN-List <freebsd-isdn@FreeBSD.ORG>
Subject:   Re: fall through NC?
Message-ID:  <14464.33619.754933.343844@hinken.sparud.net>
In-Reply-To: <200001132021.VAA00711@cat.turbocat.de>
References:  <200001132021.VAA00711@cat.turbocat.de>

next in thread | previous in thread | raw e-mail | index | archive | help

David Wetzel wrote:

> Hi!
> is this isdn related?

> Message from syslogd@alice at Thu Jan 13 16:13:11 2000 ...
> alice /netbsd: fall through NC>

It's from Marc van Woerkom's LCP-patch:

--- if_spppsubr.c.orig  Wed Nov 17 01:45:26 1999
+++ if_spppsubr.c       Fri Nov 19 03:20:44 1999
...
@@ -1307,6 +1306,9 @@
                        sppp_cp_change_state(cp, sp, rv?
                                             STATE_ACK_SENT: STATE_REQ_SENT);
                        break;
+               case STATE_ACK_SENT:
+                       printf("<fall through NC>\n");
+
                case STATE_ACK_RCVD:
                        if (rv) {
                                sppp_cp_change_state(cp, sp, STATE_OPENED);
...


/Janne


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14464.33619.754933.343844>