leitner
760598ec2f
#include <foo.h> -> #include <libowfat/foo.h>
2017-05-13 22:51:26 +00:00
leitner
d26b8082d8
shut up new gcc 6 warnings
2016-04-27 14:07:49 +00:00
leitner
fce165fdcb
remove dead store
2015-04-10 23:15:59 +00:00
leitner
d14d2536f0
get rid of -Wconversion warnings
2014-03-14 02:15:38 +00:00
leitner
3004b518ef
switch to size_t and ssize_t
2006-11-07 17:56:05 +00:00
leitner
6196f771cd
remove a few gcc 4 warnings
...
work around freebsd 5.4 brokenness (if you don't have IPv6 in the
kernel, socket(PF_INET6,SOCK_STREAM,0) returns EPROTONOSUPPORT
instead of EPFNOSUPPORT, which basically says "yeah, I know IPv6,
but TCP? never heard of it")
2005-05-05 15:55:41 +00:00
leitner
c874604f12
gcc 4 cleanups (mostly unsigned char* vs char*)
2005-04-23 15:50:16 +00:00
leitner
dd5f8d13c3
gcc 4 breaks our nice alias
2005-04-23 14:40:02 +00:00
leitner
5226dd010d
change length or size specifiers in APIs from int to long
...
add array API (http://cr.yp.to/lib/array.html )
2003-08-26 17:58:14 +00:00
leitner
f828d295ce
shortcut str_len to strlen on dietlibc
2003-05-26 22:26:45 +00:00
leitner
cd666a2b09
make str_len an alias for strlen when on diet libc
2003-05-23 13:07:17 +00:00
leitner
85c18a49cb
Lots of good clean-ups from Jukka Zitting!
2002-06-02 00:40:43 +00:00
leitner
3083708670
Initial revision
2001-02-02 17:54:47 +00:00