From 9132acff082381b32961eb2b3244b8fedd4df218 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 18 Feb 2006 00:27:31 +0000 Subject: r13553: Fix all our warnings at -O6 on an x86_64 box. Jeremy. (This used to be commit ea82958349a57ef4b7ce9638eec5f1388b0fba2a) --- source3/utils/passwd_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/passwd_util.c b/source3/utils/passwd_util.c index e98d017cd6..8ce83ecbf4 100644 --- a/source3/utils/passwd_util.c +++ b/source3/utils/passwd_util.c @@ -57,7 +57,7 @@ char *stdin_new_passwd( void) Used if the '-s' (smbpasswd) or '-t' (pdbedit) option is set to silently get passwords to enable scripting. *************************************************************/ -char *get_pass( char *prompt, BOOL stdin_get) +char *get_pass( const char *prompt, BOOL stdin_get) { char *p; if (stdin_get) { -- cgit