2010/12/29 Silvan Calarco <[email protected]>: > Hi, > > On Tuesday 28 December 2010 17:01:50 Jeff Johnson wrote: >> The solution here is to use Fopen(), not fdOpen(). > > I'm testing this in a function but it doesn't work: > > FD_t fd; > int rc; > > fd = Fopen(headerFile, O_RDONLY); try: fd = Fopen(headerFile, "r"); ;)
-- Regards, Per Øyvind ______________________________________________________________________ RPM Package Manager http://rpm5.org Developer Communication List [email protected]
