From owner-cvs-all Fri Feb 19 5:45:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89860117B5; Fri, 19 Feb 1999 05:45:10 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA02539; Fri, 19 Feb 1999 05:45:10 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199902191345.FAA02539@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 19 Feb 1999 05:45:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/02/19 05:45:10 PST Modified files: sys/net if_spppsubr.c Log: Remove all the #ifdef notyet stuff, it is probably never going to happen in the first place. Use 3sec timeout as recommended. Reorder some debug messages. Label som of the 0x%x in debug messages Make sppp_print_bytes() use %*D and handle zero length. If we don't have MAGIC numbers, don't yell loopback if 0 == 0 Revision Changes Path 1.53 +27 -77 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message