Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2008 17:31:52 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144836 for review
Message-ID:  <200807071731.m67HVqaS075836@repoman.freebsd.org>

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

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



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