Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 245)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#8 fixed libc: fcntl(F_SETFL) w/ O_NONBLOCK on sockets bird bird
Description

the above doesn't work. See http://ubb.innotek.de/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=33&t=000132#000001

#15 fixed Duplicate definition of setkey bird paul@…
Description

When building Apache2 with Innotek GCC 3.3.5R1 & also latest cvs, following error appears: In file included from apr_md5.c:73: U:/CVSUSR/include/unistd.h:542: error: conflicting types for `setkey' U:/CVSUSR/include/crypt.h:41: error: previous declaration of `setkey'

Easily resolved by only including one of the headers, but guess could be fixed in the headers themselves with some 'ifndef setkey' statements...

#16 fixed Allows dot as valid char for dll names bird Yuri Dario
Description

The .def library parser doesn't allow dots inside names for DLL.

This patch will enable it:

Index: moddef2.c
===================================================================
RCS file: /netlabs.cvs/libc/src/emx/src/libmoddef/moddef2.c,v
retrieving revision 1.1.1.2
diff -r1.1.1.2 moddef2.c
125a126,132
>       if (token == _MD_dot)
>         {
>           _strcat( stmt.library.name, ".");
>           token = _md_next_token (md);
>           _strcat (stmt.library.name, _md_get_string (md));
>           token = _md_next_token (md);
>         }

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.