GNOME Bugzilla – Bug 395027
0.7.0 build fail on Solaris - _fileno not in FILE struct
Last modified: 2007-01-10 16:37: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.
Created attachment 79952 [details] [review] Change ref to _fileno to a fileno() call.
Damien, Thanks for the patch. Fixed in CVS.