From owner-cvs-usrsbin Thu Dec 7 06:41:42 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17231 for cvs-usrsbin-outgoing; Thu, 7 Dec 1995 06:41:42 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17203 Thu, 7 Dec 1995 06:41:26 -0800 (PST) Date: Thu, 7 Dec 1995 06:41:26 -0800 (PST) From: Bruce Evans Message-Id: <199512071441.GAA17203@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/parse clk_trimble.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk bde 95/12/07 06:41:24 Modified: usr.sbin/xntpd/parse clk_trimble.c Log: Added missing data to a struct initializer by copying it from similar initializers. This may not be correct, but the initializer shouldn't have compiled before. Revision Changes Path 1.2 +11 -2 src/usr.sbin/xntpd/parse/clk_trimble.c