After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 395027 - 0.7.0 build fail on Solaris - _fileno not in FILE struct
0.7.0 build fail on Solaris - _fileno not in FILE struct
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: general
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2007-01-10 14:40 UTC by Damien Carbery
Modified: 2007-01-10 16:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change ref to _fileno to a fileno() call. (483 bytes, patch)
2007-01-10 14:45 UTC, Damien Carbery
committed Details | Review

Description Damien Carbery 2007-01-10 14:40:55 UTC
"ldtp-record.c", line 1039: undefined struct/union member: _fileno

AFAIK _fileno is not part of the FILE struct. Solution is to use fileno().
Attached patch does this.
Comment 1 Damien Carbery 2007-01-10 14:45:50 UTC
Created attachment 79952 [details] [review]
Change ref to _fileno to a fileno() call.
Comment 2 Nagappan Alagappan 2007-01-10 16:37:55 UTC
Damien,
  Thanks for the patch. Fixed in CVS.