diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-10-30 15:38:42 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-10-30 15:38:42 +0000 |
commit | 73256382131e1e191a6af206a7025ab458d5c7cb (patch) | |
tree | d61f13e40d91d151af551cf0f3c4fb3e968b6083 /net/ntp/files/patch-ntpd::refclock_jjy.c | |
parent | htmlhelp is a set of stylesheets, not part of the documentation. (diff) |
Update 4.1.1a --> 4.1.1b
Notes
Notes:
svn path=/head/; revision=69167
Diffstat (limited to 'net/ntp/files/patch-ntpd::refclock_jjy.c')
-rw-r--r-- | net/ntp/files/patch-ntpd::refclock_jjy.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ntp/files/patch-ntpd::refclock_jjy.c b/net/ntp/files/patch-ntpd::refclock_jjy.c deleted file mode 100644 index 4852ac012988..000000000000 --- a/net/ntp/files/patch-ntpd::refclock_jjy.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ntpd/refclock_jjy.c.orig Thu Jan 17 10:40:53 2002 -+++ ntpd/refclock_jjy.c Fri Jul 12 11:37:44 2002 -@@ -701,7 +701,7 @@ - * Send "<ENQ>1J<ETX>" command - */ - -- if ( write ( pp->io.fd, "\x051J\x03", 4 ) != 4 ) { -+ if ( write ( pp->io.fd, "\0051J\003", 4 ) != 4 ) { - refclock_report ( peer, CEVNT_FAULT ) ; - } - |