From owner-cvs-usrsbin Tue Feb 25 06:05:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA23093 for cvs-usrsbin-outgoing; Tue, 25 Feb 1997 06:05:27 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA23086; Tue, 25 Feb 1997 06:05:24 -0800 (PST) Date: Tue, 25 Feb 1997 06:05:24 -0800 (PST) From: Brian Somers Message-Id: <199702251405.GAA23086@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp arp.c chat.c main.c os.c sig.c sig.h timer.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/02/25 06:05:23 Modified: usr.sbin/ppp arp.c chat.c main.c os.c sig.c sig.h timer.c Log: osreldate.h stuff suggested by: Eivind Eklund Remove #include's from sig.h and get dependant modules to include them themselves. Make inclusion of if_var.h depend on __FreeBSD_version so that the -current version of ppp can be used with 2.1.* 2.2 Candidate ? Revision Changes Path 1.10 +4 -1 src/usr.sbin/ppp/arp.c 1.17 +3 -1 src/usr.sbin/ppp/chat.c 1.33 +3 -1 src/usr.sbin/ppp/main.c 1.14 +4 -1 src/usr.sbin/ppp/os.c 1.4 +3 -1 src/usr.sbin/ppp/sig.c 1.5 +1 -3 src/usr.sbin/ppp/sig.h 1.10 +2 -1 src/usr.sbin/ppp/timer.c