Patch #: 78 Type: bug fix Priority: low Affects: sites using -DPERMISSIVE_USER_NAME and gcc for compilation Reported: William Roberts Archived: munnari.OZ.AU mac/cap.patches/cap60.patch078 Application: 'cd cap60; patch -p < cap60.patches/cap60.patch078' Summary: add 'unsigned' to char * variable for accented chars. File: cap60/applications/aufs/afpos.c *** applications/aufs/afpos.c.orig Mon Nov 18 21:33:05 1991 --- applications/aufs/afpos.c Sun Feb 16 02:54:38 1992 *************** *** 1,7 **** /* ! * $Author: djh $ $Date: 1991/11/18 10:32:54 $ ! * $Header: /mac/src/cap60/applications/aufs/RCS/afpos.c,v 2.16 1991/11/18 10:32:54 djh Rel djh $ ! * $Revision: 2.16 $ */ /* --- 1,7 ---- /* ! * $Author: djh $ $Date: 1992/02/15 15:54:16 $ ! * $Header: /mac/src/cap60/applications/aufs/RCS/afpos.c,v 2.17 1992/02/15 15:54:16 djh Rel djh $ ! * $Revision: 2.17 $ */ /* *************** *** 2947,2953 **** */ static struct passwd * getpwgnam(nam) ! char *nam; { char *ptm; char nom[40]; --- 2947,2953 ---- */ static struct passwd * getpwgnam(nam) ! unsigned char *nam; { char *ptm; char nom[40]; *** README.orig Sun Feb 16 02:55:10 1992 --- README Sun Feb 16 02:55:38 1992 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 77, February 1992 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 78, February 1992 Introduction ------------