]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
be more verbose
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Wed, 25 Jul 2001 10:26:20 +0000 (10:26 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Wed, 25 Jul 2001 10:26:20 +0000 (10:26 +0000)
git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@101 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

debian/changelog

index 684bd901c8d1e81cf753a143f6d036ef60c18a38..56c08418d3b474a737414d71304cb5e1f934d594 100644 (file)
@@ -1,7 +1,9 @@
 zephyr (2.1.20010518.SNAPSHOT-2) unstable; urgency=low
 
-  * On linux/alpha, timeval is 16 bytes.  Unfortunately, the protocol is
-    defined in terms of sizeof(struct timeval). Ooops. closes: #99158
+  * On linux/alpha, longs are 8 octets, not 4.  Thus, timeval is sixteen
+    octets, not eight.  Unfortunately, part of the protocol is coded in
+    terms of sizeof (struct timeval), and another part in terms of a
+    sizeof(long).  Work around with ints. closes: #99158
   * streamline server config script
   * have client config script check for existence of /etc/zephyr/servers.list