James Woodcock
|
0ea703ed1e
|
Use the system strcasestr() on Linux.
|
2012-09-27 18:01:24 -06:00 |
|
James Woodcock
|
44e384aedb
|
Older Linux installations do not have svcfd_create().
svcfd_create() is only called if OPT_UNIX_SOCKET_RPC is defined, so a #ifdef
round that code should be OK.
|
2012-09-27 18:01:19 -06:00 |
|
James Woodcock
|
406fa95994
|
Use RPC_ANYSOCK instead of the magic number -1.
|
2012-09-27 18:01:14 -06:00 |
|
James Woodcock
|
407bb371f2
|
Remove unnecessary extern modifier from struct declaration.
|
2012-09-27 18:01:09 -06:00 |
|
James Woodcock
|
d1848610a7
|
Remove ambiguity in string compare.
|
2012-08-09 13:55:54 -06:00 |
|
James Woodcock
|
f646b8b1a1
|
Remove unnecessary extern modifier on struct declarations.
|
2012-08-09 13:55:54 -06:00 |
|
James Woodcock
|
3f11777812
|
"ISO C++ forbids declaration of [X] with no type" warning fixes.
|
2012-08-09 13:55:54 -06:00 |
|