--- astman.c_dist 2004-04-21 20:20:33.000000000 -0400 +++ astman.c 2004-05-08 12:58:01.000000000 -0400 @@ -430,7 +430,7 @@ newtComponent ok; newtComponent cancel; newtComponent inpfield; - char *input; + const char *input; int res = -1; struct newtExitStruct es; @@ -553,8 +553,8 @@ newtComponent label; newtComponent ulabel; newtComponent plabel; - char *user; - char *pass; + const char *user; + const char *pass; struct message *m; struct newtExitStruct es; char tmp[55];