Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#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);
>         }

#17 invalid LIBC PANIC!! bird abwillis1@…
Description

Building coreutils fails under gcc 3.3.5ga2, worked in RC1. chmod +x groups-t chmod: fts_read failed: Function not implemented

LIBC PANIC!! _um_free_maybe_lock: Tried to free block twice - block=20035180 lock=0x1 pid=0x17b6 ppid=0x1351 tid=0x0001 slot=0x00c5 pri=0x0200 mc=0x0000 E:\CVS\WORK\COREUTILS-5.2.1\SRC\CHMOD.EXE Process have been dumped

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