From owner-cvs-src@FreeBSD.ORG Sun Aug 24 23:29:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32E251065676; Sun, 24 Aug 2008 23:29:00 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 233D58FC08; Sun, 24 Aug 2008 23:29:00 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7ONSx8F082259; Sun, 24 Aug 2008 23:28:59 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7ONSx3I082258; Sun, 24 Aug 2008 23:28:59 GMT (envelope-from roberto@repoman.freebsd.org) Message-Id: <200808242328.m7ONSx3I082258@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to roberto@repoman.freebsd.org using -f From: Ollivier Robert Date: Sun, 24 Aug 2008 23:28:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ntp/libntp Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 24 Aug 2008 23:29:00 -0000 roberto 2008-08-24 23:28:56 UTC FreeBSD src repository Modified files: usr.sbin/ntp/libntp Makefile Log: SVN rev 182128 on 2008-08-24 23:28:56Z by roberto Use the correct systime.c file instead of the "simulation mode" one. Should fix the current weirdness in ntpd/ntpdate where the current system time is not read/updated. Submitted by: naddy MFC after: 2 weeks Pointy hat to: me Revision Changes Path 1.12 +1 -1 src/usr.sbin/ntp/libntp/Makefile