From: Gerald Carter Date: Tue, 24 Aug 2004 12:38:00 +0000 (+0000) Subject: r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger ) --- diff --git a/source/smbd/chgpasswd.c b/source/smbd/chgpasswd.c index 5c1d66abc44..8ea5b9c60a3 100644 --- a/source/smbd/chgpasswd.c +++ b/source/smbd/chgpasswd.c @@ -328,7 +328,7 @@ static int talktochild(int master, const char *seq) return (count > 0); } -static BOOL chat_with_program(char *passwordprogram, struct passwd *pass, +static BOOL chat_with_program(char *passwordprogram, const struct passwd *pass, char *chatsequence, BOOL as_root) { char *slavedev;