Bug 2182248

Summary: kdnssd-avahi: Fix C99 compatibility issue
Product: [Fedora] Fedora Reporter: DJ Delorie <dj>
Component: kdnssd-avahiAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fweimer, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: kdnssd-avahi-0.1.3-0.41.20080116svn.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-04-27 21:56:24 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
Patch to fix configure tests for C99 compatibility. none

Description DJ Delorie 2023-03-28 03:40:35 UTC
Created attachment 1954061 [details]
Patch to fix configure tests for C99 compatibility.

A configure test used exit() without a prototype.

The patched file was originally from GNU libtool; upstream libtool has fixed this problem in a similar manner.

Filing this here for tracking purposes because the upstream site no longer responds.