Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 09:37:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193112] i386 compilation errors in head/sys/dev/ixl/if_ixl.c
Message-ID:  <bug-193112-8-pzqdQr6YuD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193112-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193112-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193112

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: bz
Date: Fri Aug 29 09:37:18 UTC 2014
New revision: 270799
URL: http://svnweb.freebsd.org/changeset/base/270799

Log:
  First try on fixing some more compile errors without actually testing:
  - use proper __FreeBSD_version check and more importantly check for __am64__
    to be defined.  Whether the FreeBSD(_version) checks are needed is a
    different question.
  - cast uint64_t to uintmax_t and use %jx for printing.

  Note: there are more values that could be printed in that status function
      but leave that for the future;  printf doesn't seem to be the right
      way to do it anyway.
  Note: there is more breakage related to i40e_allocate_dma*() having
      conflicting declarations, so more fixes to come.

  PR:        193112
  MFC after:    3 days
  X-MFC with:    r270755

Changes:
  head/sys/dev/ixl/if_ixl.c

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193112-8-pzqdQr6YuD>