summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/async.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-08-25 13:30:43 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-08-25 13:30:43 +0000
commitf0067240a169184354b5645f5b71fbd62566f334 (patch)
tree0c0dc23f43413d9f4c243f3e11871d151f3f8c55 /usr.sbin/ppp/async.c
parent93b0017f88462f9af15368440324aa3be58eb18f (diff)
downloadsrc-test2-f0067240a169184354b5645f5b71fbd62566f334.tar.gz
src-test2-f0067240a169184354b5645f5b71fbd62566f334.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/async.c')
-rw-r--r--usr.sbin/ppp/async.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c
index f28e2f68c6f9..0fcf865264fb 100644
--- a/usr.sbin/ppp/async.c
+++ b/usr.sbin/ppp/async.c
@@ -25,9 +25,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <string.h>
@@ -160,7 +162,7 @@ async_Decode(struct async *async, u_char c)
async->mode |= MODE_ESC;
break;
}
- /* Fall into ... */
+ /* FALLTHROUGH */
default:
if (async->length >= HDLCSIZE) {
/* packet is too large, discard it */