Bug 2151453

Summary: netstat-nat: Missing forward declarations impact C99 compatibility
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: netstat-natAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: alekcejk
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: netstat-nat-1.4.10-24.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-07 07:56:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2141798    
Attachments:
Description Flags
netstat-nat.spec none

Description Florian Weimer 2022-12-07 07:37:17 UTC
Created attachment 1930731 [details]
netstat-nat.spec

A few function prototypes are missing, so compilation may file with future compilers which are stricter about C99 compliance. Implicit function declarations are not part of C99.