Bug 10303 - fix for gcc-2.95
Summary: fix for gcc-2.95
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: xbill
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Preston Brown
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-03-22 12:30 UTC by MATSUURA Takanori
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-05-08 14:25:14 UTC
Embargoed:


Attachments (Terms of Use)

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).


Note You need to log in before you can comment on or make changes to this bug.