Bug 198682

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:
Description Flags
patch none

Description Renato Botelho freebsd_committer freebsd_triage 2015-03-18 12:21:36 UTC
Created attachment 154475 [details]
patch

PF_TSTMP macro calls ntohl() when HAVE_NETWORK_ORDER is set, ntohl() expects a uint32_t, not a double.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-19 03:06:46 UTC
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
Comment 2 Marcelo Araujo freebsd_committer freebsd_triage 2015-03-19 03:16:41 UTC
Thanks for the patch.