From owner-freebsd-commit Thu Dec 7 06:47:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17733 for freebsd-commit-outgoing; Thu, 7 Dec 1995 06:47:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17671 for cvs-all-outgoing; Thu, 7 Dec 1995 06:46:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17664 for cvs-usrsbin-outgoing; Thu, 7 Dec 1995 06:46:14 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17653 Thu, 7 Dec 1995 06:46:09 -0800 (PST) Date: Thu, 7 Dec 1995 06:46:09 -0800 (PST) From: Bruce Evans Message-Id: <199512071446.GAA17653@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/util tickadj.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/07 06:46:08 Modified: usr.sbin/xntpd/util tickadj.c Log: Moved a test for HAVE_GETBOOTFILE to after the #include of the configuration header that may define it. Fixed the resulting warnings. Revision Changes Path 1.13 +6 -5 src/usr.sbin/xntpd/util/tickadj.c