Received: from louie.udel.edu by huey.udel.edu id aa13197; 16 Apr 94 22:05 EDT Received: from motgate.mot.com by louie.udel.edu id aa18176; 16 Apr 94 21:57 EDT Received: from pobox.mot.com ([129.188.137.100]) by motgate.mot.com with SMTP (5.67b/IDA-1.4.4/MOT-3.1 for ) id AA01015; Sat, 16 Apr 1994 20:57:21 -0500 Received: from merlin.dev.cdx.mot.com by pobox.mot.com with SMTP (5.67b/IDA-1.4.4/MOT-3.1 for ) id AA29067; Sat, 16 Apr 1994 20:57:19 -0500 Received: from ronald.dev.cdx.mot.com (ronald.dev.cdx.mot.com [134.33.39.18]) by merlin.dev.cdx.mot.com (8.6.5/8.6.5) with ESMTP id VAA06544; Sat, 16 Apr 1994 21:57:12 -0400 From: "Gregory M. Paris" Received: from localhost (paris@localhost) by ronald.dev.cdx.mot.com (8.6.5/8.6.5) id VAA22231; Sat, 16 Apr 1994 21:57:11 -0400 Date: Sat, 16 Apr 1994 21:57:11 -0400 Message-Id: <199404170157.VAA22231@ronald.dev.cdx.mot.com> To: mills@udel.edu Subject: 3.3y patch Dave, I had the same problem compiling 3.3p as I got with 3.3y. The fix was to move a #endif that seems to be out of place in xntpd/ntp_unixclock.c. It now compiles fine on my HP-UX 9.03. Here's the patch. Greg -- Greg Paris Motorola Inc, Information Systems Group, 20 Cabot Blvd, Mansfield, MA 02048-1193 "Your Plastic Pal who's fun to be with." TM Sirius Cybernetics These posts are self-disclamatory. ################################################## *** xntpd/ntp_unixclock.c.orig Mon Apr 11 22:19:21 1994 --- xntpd/ntp_unixclock.c Sat Apr 16 21:49:15 1994 *************** *** 386,391 **** --- 386,392 ---- #undef K_TICK_NAME #undef N_NAME } + #endif /* SYS_UNIXWARE1 */ #endif /* HAVE_READKMEM */ #if defined(SOLARIS)&&defined(ADJTIME_IS_ACCURATE) *************** *** 583,586 **** *tick = (U_LONG)txc.tick; } #endif /* SYS_LINUX */ - #endif /* SYS_UNIXWARE1 */ --- 584,586 ----