[941] in testers
patch for "7.1B attach missing newline"
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Fri Jul 27 14:19:13 1990
Date: Fri, 27 Jul 90 14:18:39 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: testers@ATHENA.MIT.EDU
Once again, this is a one-line fix (well, OK, two, but it's inside one
function call).
*** /tmp/,RCSt1001892 Fri Jul 27 14:15:42 1990
--- rpc.c Fri Jul 27 14:15:25 1990
***************
*** 383,390 ****
error_status = ERR_HOST;
break;
case RPC_PROCUNAVAIL:
! fprintf(stderr, "%s: Warning: mount daemon on %s doesn't understand UID maps\n\t(filesystem %s)",
! progname, host, errname);
return(SUCCESS);
default:
fprintf(stderr, "%s: System error contacting server %s for filesystem %s\n",
--- 383,390 ----
error_status = ERR_HOST;
break;
case RPC_PROCUNAVAIL:
! fprintf(stderr, "%s: Warning: mount daemon on %s doesn't understand UID maps\n%s\t(filesystem %s)\n",
! progname, host, progname, errname);
return(SUCCESS);
default:
fprintf(stderr, "%s: System error contacting server %s for filesystem %s\n",