Fix some more warnings

This commit is contained in:
Christian Ruppert
2012-02-12 20:37:05 +01:00
parent d9dc5dc423
commit 6913f1deb6
2 changed files with 2 additions and 2 deletions

View File

@@ -492,7 +492,7 @@ rc_service_exists(const char *service)
{
char *file;
bool retval = false;
int len;
size_t len;
struct stat buf;
if (!service) {