avoid signed<->unsigned warning

This commit is contained in:
"Vladimir N. Oleynik"
2006-01-31 12:06:57 +00:00
parent 4d57926bd3
commit 57545c810a
3 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ static unsigned int disp_k; /* bss inits to 0 */
#endif
static int max_print_depth = INT_MAX;
static int count_hardlinks = 1;
static nlink_t count_hardlinks = 1;
static int status
#if EXIT_SUCCESS == 0