search for: bsd_type

Displaying 4 results from an estimated 4 matches for "bsd_type".

Did you mean: bad_type
2001 Apr 03
0
openssh-2.5.2p2 - SGI - compiles but dumps core
...built-in function `memcmp' /usr/include/string.h:95: warning: conflicting types for built-in function `memset' /usr/include/string.h:97: warning: conflicting types for built-in function `strlen' In file included from /usr/include/sys/select.h:80, from /usr/include/sys/bsd_types.h:44, from /usr/include/sys/types.h:373, from defines.h:13, from config.h:719, from rijndael.c:41: /usr/include/string.h:67: warning: conflicting types for built-in function `memcpy' /usr/include/string.h:74: warning: conflict...
2003 Jul 02
1
Call for testing: libshout 2.0 beta 2
Hi all, I've just released beta 2 of libshout 2.0, the icecast 2 compatible streaming library. http://xiph.org/~brendan/beta/libshout-2.0b2.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6. Ogg and Vorbis are now prerequisites. Changes since beta 1: * lots and lots of autoconf. Thanks to Karl Heyes for his help here. * a fix for unusual MP3 bitrates contributed by
2003 Jul 02
1
Call for testing: libshout 2.0 beta 2
Hi all, I've just released beta 2 of libshout 2.0, the icecast 2 compatible streaming library. http://xiph.org/~brendan/beta/libshout-2.0b2.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6. Ogg and Vorbis are now prerequisites. Changes since beta 1: * lots and lots of autoconf. Thanks to Karl Heyes for his help here. * a fix for unusual MP3 bitrates contributed by
2004 Aug 06
0
Compiling issues on IRIX (run!)
...y `/u02/home/si/icecast-2.0-alpha-2/src/net' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/u02/home/si/icecast-2.0-alpha-2/src' gmake: *** [all-recursive] Error 1 Fixing the parse errors was accomplished by changing the #include <sys/types.h> to #include <sys/bsd_types.h> The sa structure problems, however, have me stumped. They're defined in sys/socket.h, as best I can tell, but for some reason it seems to dislike what's going on with that. The main problem is on the line numbers it gives, there is no '.', and no sa_union, etc. Any help...