| Summary: | [PATCH] sysutils/pftop: Fix build on ARM | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Renato Botelho <garga> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | Keywords: | patch | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(araujo) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: araujo Date: Thu Mar 19 03:06:04 UTC 2015 New revision: 381590 URL: https://svnweb.freebsd.org/changeset/ports/381590 Log: - Fix build on ARM. PR: 198682 Submitted by: garga Changes: head/sysutils/pftop/files/extra-patch-pftop.c Thanks for the patch. |
Created attachment 154475 [details] patch PF_TSTMP macro calls ntohl() when HAVE_NETWORK_ORDER is set, ntohl() expects a uint32_t, not a double.