--- 6.14.00-old/ma.setp.c 2004-08-04 11:12:28.000000000 -0600 +++ 6.14.00/ma.setp.c 2005-09-25 16:06:20.000000000 -0600 @@ -135,7 +135,7 @@ static int initpaths __P((char **)); static void savepaths __P((char **)); static void freepaths __P((void)); -static void rcmd __P((char *)); +static void tcsh_rcmd __P((char *)); static void icmd __P((char *, char *)); static void iacmd __P((char *, char *)); static void ibcmd __P((char *, char *)); @@ -174,7 +174,7 @@ case 'r': if (cmd[2] != '\0') INVALID; - rcmd(localsyspath); + tcsh_rcmd(localsyspath); break; case 'i': if (cmd[2] == '\0') { @@ -345,7 +345,7 @@ ***********************************************/ static void -rcmd(localsyspath) /* reset path with localsyspath */ +tcsh_rcmd(localsyspath) /* reset path with localsyspath */ char *localsyspath; { int n, done;