Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2008 12:18:35 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147291 for review
Message-ID:  <200808131218.m7DCIZ38027043@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147291

Change 147291 by trasz@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808131218.m7DCIZ38027043>