Replied: Fri, 05 Jun 1998 21:18:11 -0400
Replied: "Marion Hakanson <hakanson@cse.ogi.edu> "
Received: from mail.eecis.udel.edu by whimsy.udel.edu id aa10223;
          5 Jun 1998 15:34 EDT
Received: from cse.ogi.edu (hakanson@church.cse.ogi.edu [129.95.50.2])
	by church.cse.ogi.edu (8.8.6/8.8.6) with ESMTP id MAA15936
	for <stenn@whimsy.udel.edu>; Fri, 5 Jun 1998 12:16:44 -0700 (PDT)
Message-Id: <199806051916.MAA15936@church.cse.ogi.edu>
X-Mailer: exmh version 1.6.9 8/22/96
To: stenn@whimsy.udel.edu
Subject: patch for tickadj, ntp-4.0.72j
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 05 Jun 1998 12:16:44 -0700
From: Marion Hakanson <hakanson@cse.ogi.edu>

Harlan,

Hope you're still the appropriate person for this.  I was reading
through the util/tickadj.c code, looking for answers, when I found
the cut-and-paste-o fixed by the following patch:

------------------------------------------------
*** util/tickadj.c.orig	Tue Feb 17 21:53:28 1998
--- util/tickadj.c	Fri Jun  5 12:03:41 1998
***************
*** 458,464 ****
  
  	fd = openfile(file, O_WRONLY);
  
! 	if (setnoprintf && (dosync_offset != 0))
  	{
  		if (!quiet)
  		{
--- 458,464 ----
  
  	fd = openfile(file, O_WRONLY);
  
! 	if (setnoprintf && (noprintf_offset != 0))
  	{
  		if (!quiet)
  		{
------------------------------------------------

I don't know what is at offset 0 in our kernel here, but whatever
it is, I think it's got a "1" in it now, after I accidentally typed
a "-p" at tickadj yesterday.  No apparent harm done, though.

Regards,

-- 
Marion Hakanson <hakanson@cse.ogi.edu>
Systems Manager, CSE Computing Facilities.


