Bug 10303

Summary: fix for gcc-2.95
Product: [Retired] Red Hat Raw Hide Reporter: MATSUURA Takanori <t-matsuu>
Component: xbillAssignee: Preston Brown <pbrown>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: t-matsuu
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-08 14:25:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description MATSUURA Takanori 2000-03-22 12:30:39 UTC
I fixed the compile problem of xbill.

--- xbill-2.0/Cable.h.orig      Mon Mar 20 19:24:45 2000
+++ xbill-2.0/Cable.h   Mon Mar 20 19:24:54 2000
@@ -13,7 +13,7 @@
        void setup();
        void draw();
        void update();
-       onspark (int locx, int locy);
+       int onspark (int locx, int locy);

 };

Comment 1 Preston Brown 2000-05-08 14:25:59 UTC
fixed for next release (now rawhide).