⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 140

📁 Unix/Linux 网络时间协议版本3 Network Time Protocol Version 3 (NTP) distribution for Unix systems
💻
字号:
Replied: Fri, 16 May 1997 02:16:53 -0400Replied: ""Damon at work" <dhd@exnet.com> "Received: from gate3.exnet.com by huey.udel.edu id aa01245; 11 May 97 8:49 EDTReceived: from exnet.com (assam.exnet.com) by mailgate.exnet.com with SMTP id AA28420	(5.67a/IDA-1.4.4 for mills@huey.udel.edu); Sun, 11 May 1997 13:49:50 +0100Received: from maildrop.exnet.com (oolong.exnet.com) by exnet.com with SMTP id AA25753	(5.67a/IDA-1.4.4 for <mills@huey.udel.edu>); Sun, 11 May 1997 13:49:46 +0100From: "Damon at work" <dhd@exnet.com>Received: by maildrop.exnet.com (SMI-8.6/client-1.4DHD)	id NAA08595; Sun, 11 May 1997 13:49:44 +0100Date: Sun, 11 May 1997 13:49:44 +0100Message-Id: <199705111249.NAA08595@maildrop.exnet.com>To: dhd@exnet.com, mills@huey.udel.eduSubject: The context diffsHere are the context diffs between the original 3-5.90 distribution andmy hacked version.  I do not have the autoconf (etc) tools to hand soyou will see that some things were hacked directly into inappropriateplaces (such as config.h.in and the Makefiles), but I hope what I havedone is clear and easy to do right (ie the way you want).Again, if there is something more I can usefully do to help, let meknow, though I think I've used up my time quantum for this w/e(girlfriend and business partners both want a timeslice sometime soonB^>).Cheers,DamonOnly in our-xntp3-5.90: MakefileOnly in our-xntp3-5.90: config.cacheOnly in our-xntp3-5.90: config.hdiff -c -r xntp3-5.90/config.h.in our-xntp3-5.90/config.h.in*** xntp3-5.90/config.h.in	Sat Apr  5 08:31:39 1997--- our-xntp3-5.90/config.h.in	Mon May  5 00:31:26 1997****************** 650,652 ****--- 650,658 ----    /* Define if you have the socket library (-lsocket).  */  #undef HAVE_LIBSOCKET+ + + + + /* DHD19970505: ARCRON support. */+ #define ARCRON_MSF 1Only in our-xntp3-5.90: config.logOnly in our-xntp3-5.90: config.statusOnly in our-xntp3-5.90: stamp-hOnly in our-xntp3-5.90: tmp.cOnly in our-xntp3-5.90/adjtimed: MakefileOnly in our-xntp3-5.90/authstuff: MakefileOnly in our-xntp3-5.90/authstuff: authcertOnly in our-xntp3-5.90/authstuff: authspeedOnly in our-xntp3-5.90/clockstuff: MakefileOnly in our-xntp3-5.90/include: Makefilediff -c -r xntp3-5.90/include/ntp.h our-xntp3-5.90/include/ntp.h*** xntp3-5.90/include/ntp.h	Tue Mar 11 04:39:05 1997--- our-xntp3-5.90/include/ntp.h	Mon May  5 00:41:01 1997****************** 427,432 ****--- 427,433 ----  #define REFCLK_PTB_ACTS		23	/* PTB Auto Computer Time Service */  #define REFCLK_USNO		24	/* Naval Observatory dialup */  #define REFCLK_GPS_HP		26	/* HP 58503A Time & Frequency Receiver */+ #define REFCLK_ARCRON_MSF       27      /* ARCRON MSF radio clock. */  #define REFCLK_MAX		30	/* maximum index (room to expand) */    /*Only in our-xntp3-5.90/kernel: MakefileOnly in our-xntp3-5.90/kernel/sys: MakefileOnly in our-xntp3-5.90/libntp: MakefileOnly in our-xntp3-5.90/libparse: MakefileOnly in our-xntp3-5.90/ntpdate: .versionOnly in our-xntp3-5.90/ntpdate: MakefileOnly in our-xntp3-5.90/ntpdate: version.cOnly in our-xntp3-5.90/ntpq: .versionOnly in our-xntp3-5.90/ntpq: MakefileOnly in our-xntp3-5.90/ntpq: version.cOnly in our-xntp3-5.90/ntptrace: .versionOnly in our-xntp3-5.90/ntptrace: MakefileOnly in our-xntp3-5.90/ntptrace: version.cOnly in our-xntp3-5.90/parseutil: MakefileOnly in our-xntp3-5.90/util: MakefileOnly in our-xntp3-5.90/xntpd: .versionOnly in our-xntp3-5.90/xntpd: Makefilediff -c -r xntp3-5.90/xntpd/Makefile.am our-xntp3-5.90/xntpd/Makefile.am*** xntp3-5.90/xntpd/Makefile.am	Tue Jan 14 06:13:04 1997--- our-xntp3-5.90/xntpd/Makefile.am	Mon May  5 00:27:08 1997****************** 19,25 ****  	refclock_acts.c refclock_heath.c refclock_nmea.c \  	refclock_atom.c refclock_ptbacts.c \  	refclock_usno.c refclock_true.c refclock_hpgps.c \! 	refclock_gpsvme.c refclock_arbiter.c    $(PROGRAMS): $(LDADD)  --- 19,26 ----  	refclock_acts.c refclock_heath.c refclock_nmea.c \  	refclock_atom.c refclock_ptbacts.c \  	refclock_usno.c refclock_true.c refclock_hpgps.c \! 	refclock_gpsvme.c refclock_arbiter.c \! 	refclock_arc.c    $(PROGRAMS): $(LDADD)  diff -c -r xntp3-5.90/xntpd/Makefile.in our-xntp3-5.90/xntpd/Makefile.in*** xntp3-5.90/xntpd/Makefile.in	Mon Apr  7 06:08:13 1997--- our-xntp3-5.90/xntpd/Makefile.in	Mon May  5 00:27:26 1997****************** 59,65 ****  	refclock_acts.c refclock_heath.c refclock_nmea.c \  	refclock_atom.c refclock_ptbacts.c \  	refclock_usno.c refclock_true.c refclock_hpgps.c \! 	refclock_gpsvme.c refclock_arbiter.c  mkinstalldirs = $(top_srcdir)/mkinstalldirs  CONFIG_HEADER = ../config.h  PROGRAMS = $(bin_PROGRAMS)--- 59,66 ----  	refclock_acts.c refclock_heath.c refclock_nmea.c \  	refclock_atom.c refclock_ptbacts.c \  	refclock_usno.c refclock_true.c refclock_hpgps.c \! 	refclock_gpsvme.c refclock_arbiter.c \! 	refclock_arc.c  mkinstalldirs = $(top_srcdir)/mkinstalldirs  CONFIG_HEADER = ../config.h  PROGRAMS = $(bin_PROGRAMS)****************** 86,92 ****  refclock_leitch.o refclock_irig.o refclock_msfees.o refclock_trak.o \  refclock_datum.o refclock_acts.o refclock_heath.o refclock_nmea.o \  refclock_atom.o refclock_ptbacts.o refclock_usno.o refclock_true.o \! refclock_hpgps.o refclock_gpsvme.o refclock_arbiter.o  EXTRA_xntpd_SOURCES =  xntpd_LDADD = $(LDADD)  DIST_COMMON = Makefile.am Makefile.in--- 87,94 ----  refclock_leitch.o refclock_irig.o refclock_msfees.o refclock_trak.o \  refclock_datum.o refclock_acts.o refclock_heath.o refclock_nmea.o \  refclock_atom.o refclock_ptbacts.o refclock_usno.o refclock_true.o \! refclock_hpgps.o refclock_gpsvme.o refclock_arbiter.o \! refclock_arc.o  EXTRA_xntpd_SOURCES =  xntpd_LDADD = $(LDADD)  DIST_COMMON = Makefile.am Makefile.inOnly in our-xntp3-5.90/xntpd: refclock_arc.cdiff -c -r xntp3-5.90/xntpd/refclock_conf.c our-xntp3-5.90/xntpd/refclock_conf.c*** xntp3-5.90/xntpd/refclock_conf.c	Fri Jul  5 05:07:42 1996--- our-xntp3-5.90/xntpd/refclock_conf.c	Mon May  5 00:44:36 1997****************** 162,167 ****--- 162,173 ----  #define refclock_gpsvme refclock_none  #endif  + #ifdef ARCRON_MSF+ extern	struct refclock refclock_arc;+ #else+ #define refclock_arc refclock_none+ #endif+   /*   * Order is clock_start(), clock_shutdown(), clock_poll(),   * clock_control(), clock_init(), clock_buginfo, clock_flags;****************** 196,202 ****  	&refclock_usno,		/* 24 REFCLK_USNO */  	&refclock_true,		/* 25 alias for REFCLK_TRUETIME */  	&refclock_hpgps,	/* 26 REFCLK_GPS_HP */! 	&refclock_none,		/* 27 reserved */  	&refclock_none,		/* 28 reserved */  	&refclock_none,		/* 29 reserved */  	&refclock_none,		/* 30 reserved */--- 202,208 ----  	&refclock_usno,		/* 24 REFCLK_USNO */  	&refclock_true,		/* 25 alias for REFCLK_TRUETIME */  	&refclock_hpgps,	/* 26 REFCLK_GPS_HP */! 	&refclock_arc, 		/* 27 REFCLK_ARCRON_MSF */  	&refclock_none,		/* 28 reserved */  	&refclock_none,		/* 29 reserved */  	&refclock_none,		/* 30 reserved */Only in our-xntp3-5.90/xntpd: version.cOnly in our-xntp3-5.90/xntpdc: .versionOnly in our-xntp3-5.90/xntpdc: MakefileOnly in our-xntp3-5.90/xntpdc: version.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -