From owner-cvs-all Wed Sep 16 19:22:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15362 for cvs-all-outgoing; Wed, 16 Sep 1998 19:22:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.27.216.204.in-addr.arpa [204.216.27.226] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15342; Wed, 16 Sep 1998 19:22:17 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id TAA23190; Wed, 16 Sep 1998 19:22:21 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Brian Somers cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp alias_cmd.c bundle.c command.c ip.c ipcp.c main.c In-reply-to: Your message of "Wed, 16 Sep 1998 17:45:27 PDT." <199809170045.RAA10227@freefall.freebsd.org> Date: Wed, 16 Sep 1998 19:22:20 -0700 Message-ID: <23186.905998940@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Since we're in code freeze now, please try to confine your work from this point forward to more critical bug fixes. I'm not saying that the commit below is going to break the world and should be considered evil, simply that you really don't want to perturb any more than you have to at this point. Thanks. - Jordan > brian 1998/09/16 17:45:27 PDT > > Modified files: > usr.sbin/ppp alias_cmd.c bundle.c command.c ip.c > ipcp.c main.c > Log: > Sync with OpenBSD ifdefs > > Revision Changes Path > 1.18 +6 -2 src/usr.sbin/ppp/alias_cmd.c > 1.35 +8 -4 src/usr.sbin/ppp/bundle.c > 1.166 +9 -5 src/usr.sbin/ppp/command.c > 1.53 +8 -4 src/usr.sbin/ppp/ip.c > 1.66 +8 -4 src/usr.sbin/ppp/ipcp.c > 1.143 +8 -4 src/usr.sbin/ppp/main.c