1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

r15191: Avoid uint_t as it's not standard.

(This used to be commit 7af59357b9)
This commit is contained in:
Jelmer Vernooij
2006-04-24 09:36:09 +00:00
committed by Gerald (Jerry) Carter
parent e26eea9787
commit 0eddf14b30
17 changed files with 36 additions and 34 deletions

View File

@@ -182,7 +182,7 @@ _PUBLIC_ void setup_logging(const char *prog_name, enum debug_logtype new_logtyp
return a string constant containing n tabs
no more than 10 tabs are returned
*/
_PUBLIC_ const char *do_debug_tab(uint_t n)
_PUBLIC_ const char *do_debug_tab(int n)
{
const char *tabs[] = {"", "\t", "\t\t", "\t\t\t", "\t\t\t\t", "\t\t\t\t\t",
"\t\t\t\t\t\t", "\t\t\t\t\t\t\t", "\t\t\t\t\t\t\t\t",