PERFORCE change 144836 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Jul 7 17:31:53 UTC 2008


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

Change 144836 by trasz at trasz_traszkan on 2008/07/07 17:31:45

	Remove declaration of acl_compute_trivial_np(), it was never
	implemented.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/sys/acl.h#10 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/sys/acl.h#10 (text+ko) ====

@@ -350,7 +350,6 @@
 int	acl_valid_file_np(const char *_path_p, acl_type_t _type, acl_t _acl);
 int	acl_valid_link_np(const char *_path_p, acl_type_t _type, acl_t _acl);
 int	acl_is_trivial_np(const acl_t _acl);
-acl_t	acl_compute_trivial_np(const acl_t _acl);
 acl_t	acl_strip_np(const acl_t _acl, int recalculate_mask);
 __END_DECLS
 


More information about the p4-projects mailing list