public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Issue 1001170] Correct Endianness of DHCP "Seconds Elapsed" field
       [not found] <bug-1001170-104@http.bugzilla.ecoscentric.com/>
@ 2011-03-09 23:59 ` bugzilla-daemon
  0 siblings, 0 replies; only message in thread
From: bugzilla-daemon @ 2011-03-09 23:59 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
https://bugzilla.ecoscentric.com/show_bug.cgi?id=1001170

--- Comment #2 from Jay Foster <jay@systech.com> 2011-03-09 23:59:47 GMT ---
It also appears in bootp_support.c: show_bootp().

Depending on the implementation of htons(), cyg_current_time() may end 
up getting called twice.  Might be better to put the result of 
cyg_current_time() / 100 in a temporary variable and perform htons() on 
that.

Jay

On 3/9/2011 10:26 AM, bugzilla-daemon@bugs.ecos.sourceware.org wrote:
> Please do not reply to this email. Use the web interface provided at:
> http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001170
>
> --- Comment #1 from Sergei Gavrikov<sergei.gavrikov@gmail.com>  2011-03-09 18:26:22 GMT ---
> Created an attachment (id=1167)
 --> (https://bugzilla.ecoscentric.com/attachment.cgi?id=1167)
>   -->  (http://bugs.ecos.sourceware.org/attachment.cgi?id=1167)
> Fixed byte order for bp_secs
>
> diffstat /tmp/dhcp_prot.diff
>   ChangeLog       |    5 +++++
>   src/dhcp_prot.c |    2 +-
>   2 files changed, 6 insertions(+), 1 deletion(-)
>
> Grep shows 1 actual place. Hope that's it.
>

-- 
Configure issuemail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the issue.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-09 23:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-1001170-104@http.bugzilla.ecoscentric.com/>
2011-03-09 23:59 ` [Issue 1001170] Correct Endianness of DHCP "Seconds Elapsed" field bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).