96
来自「Unix/Linux 网络时间协议版本3 Network Time Proto」· 代码 · 共 44 行
TXT
44 行
Replied: Mon, 24 Feb 1997 19:37:39 -0500Replied: "Petri Kaukasoina <kaukasoi@elektroni.ee.tut.fi> "Received: from snow-white.ee.udel.edu by whimsy.udel.edu id aa15449; 21 Feb 97 10:26 GMTReceived: (qmail 9474 invoked by uid 5591); 21 Feb 1997 10:25:59 -0000Message-ID: <19970221122558.61922@elektroni.ee.tut.fi>Date: Fri, 21 Feb 1997 12:25:58 +0200From: Petri Kaukasoina <kaukasoi@elektroni.ee.tut.fi>To: stenn@whimsy.udel.eduSubject: Does xntp3-5.89.8 work for you?Mime-Version: 1.0Content-Type: text/plain; charset=us-asciiX-Mailer: Mutt 0.61.1>It'd been days since 5.89.8 was released and I haven't heard anything>from anybody about the release.Not even two days because in louie.udel.edu the file is dated Feb 19 10:03.Anyway, it seems to work on Linux 2.0.29 and Digital UNIX V3.2C so far.Btw, configure --help tells there are options --enable-DES and --enable-MD5.But configure looks for des and md5 in small letters: --disable-md5--disable-des do work. Using the options written in small letters is ok onthe Linux, but Digital's compiler doesn't like the empty "union { }" inauthkeys.c:struct savekey { struct savekey *next; union {#ifdef DES u_int32 DES_key[2];#endif#ifdef MD5 char MD5_key[32];#endif } k; u_long keyid; u_short flags;#ifdef MD5 int keylen;#endif};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?