PERFORCE change 147291 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Aug 13 12:18:36 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147291

Change 147291 by trasz at trasz_traszkan on 2008/08/13 12:18:31

	Compilation fix.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/bin/setfacl/mask.c#3 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/bin/setfacl/mask.c#3 (text+ko) ====

@@ -40,7 +40,7 @@
 
 /* set the appropriate mask the given ACL's */
 int
-set_acl_mask(acl_t *prev_acl, char *filename)
+set_acl_mask(acl_t *prev_acl, const char *filename)
 {
 	acl_entry_t entry;
 	acl_t acl;


More information about the p4-projects mailing list