From owner-cvs-src@FreeBSD.ORG Mon Sep 6 00:07:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E592316A4CE; Mon, 6 Sep 2004 00:07:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC0F343D2D; Mon, 6 Sep 2004 00:07:58 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8607woc051250; Mon, 6 Sep 2004 00:07:58 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8607wYk051249; Mon, 6 Sep 2004 00:07:58 GMT (envelope-from marcel) Message-Id: <200409060007.i8607wYk051249@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 6 Sep 2004 00:07:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp auth.c bundle.c cbcp.c ether.c fsm.c ip.c lcp.c lqr.c mp.c physical.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 00:07:59 -0000 marcel 2004-09-06 00:07:58 UTC FreeBSD src repository Modified files: usr.sbin/ppp auth.c bundle.c cbcp.c ether.c fsm.c ip.c lcp.c lqr.c mp.c physical.c Log: Fix the build on 64-bit platforms. Revision Changes Path 1.58 +4 -4 src/usr.sbin/ppp/auth.c 1.135 +6 -6 src/usr.sbin/ppp/bundle.c 1.25 +2 -2 src/usr.sbin/ppp/cbcp.c 1.30 +1 -1 src/usr.sbin/ppp/ether.c 1.71 +1 -1 src/usr.sbin/ppp/fsm.c 1.103 +4 -3 src/usr.sbin/ppp/ip.c 1.107 +10 -6 src/usr.sbin/ppp/lcp.c 1.48 +1 -1 src/usr.sbin/ppp/lqr.c 1.55 +7 -6 src/usr.sbin/ppp/mp.c 1.58 +1 -1 src/usr.sbin/ppp/physical.c