[Cvs-nserver-commits] CVS: cvs-nserver/acl branch-acl.c,1.1.2.17,1.1.2.18 branch-acl.h,1.1.2.9,1.1.2
Brought to you by:
tyranny
From: Alexey M. <mo...@us...> - 2002-06-09 14:25:39
|
Update of /cvsroot/cvs-nserver/cvs-nserver/acl In directory usw-pr-cvs1:/tmp/cvs-serv17452 Modified Files: Tag: NCLI-1-11-1 branch-acl.c branch-acl.h Log Message: /home/alex/tmp/cvsfrmDvE Index: branch-acl.c =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/acl/Attic/branch-acl.c,v retrieving revision 1.1.2.17 retrieving revision 1.1.2.18 diff -u -d -r1.1.2.17 -r1.1.2.18 --- branch-acl.c 9 Jun 2002 12:07:53 -0000 1.1.2.17 +++ branch-acl.c 9 Jun 2002 14:25:23 -0000 1.1.2.18 @@ -251,7 +251,7 @@ return branch_perm_invalid; } -char * +const char * branch_permissions_string (int perm) { if (perm == branch_perm_none) Index: branch-acl.h =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/acl/Attic/branch-acl.h,v retrieving revision 1.1.2.9 retrieving revision 1.1.2.10 diff -u -d -r1.1.2.9 -r1.1.2.10 --- branch-acl.h 25 Nov 2001 20:00:00 -0000 1.1.2.9 +++ branch-acl.h 9 Jun 2002 14:25:23 -0000 1.1.2.10 @@ -69,7 +69,7 @@ int parse_branch_permissions (char *perm_str); -char *branch_permissions_string (int perm); +const char *branch_permissions_string (int perm); int internal_read_branch_acl_file (char *filename, char *on_branch, struct BRANCH_ACE *bacl); |