PERFORCE change 146119 for review
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon Jul 28 13:47:03 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=146119
Change 146119 by trasz at trasz_traszkan on 2008/07/28 13:46:56
Rename acl_flags_nfs4.c to acl_support_nfs4.c.
Affected files ...
.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/Makefile.inc#5 edit
.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_flags_nfs4.c#3 delete
.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_flags_nfs4.h#2 delete
.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_from_text_nfs4.c#4 edit
.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_support.h#6 edit
.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_support_nfs4.c#1 add
.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_to_text_nfs4.c#5 edit
Differences ...
==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/Makefile.inc#5 (text+ko) ====
@@ -9,7 +9,6 @@
acl_delete_entry.c \
acl_entry.c \
acl_flag.c \
- acl_flags_nfs4.c \
acl_free.c \
acl_from_text.c \
acl_from_text_nfs4.c \
@@ -19,6 +18,7 @@
acl_set.c \
acl_strip.c \
acl_support.c \
+ acl_support_nfs4.c \
acl_to_text.c \
acl_to_text_nfs4.c \
acl_valid.c \
==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_from_text_nfs4.c#4 (text+ko) ====
@@ -39,7 +39,6 @@
#include <sys/types.h>
#include <sys/acl.h>
-#include "acl_flags_nfs4.h"
#include "acl_support.h"
#define MAX_ENTRY_LENGTH 512
==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_support.h#6 (text+ko) ====
@@ -45,6 +45,10 @@
int _entry_brand_may_be(const acl_entry_t entry, int brand);
void _acl_brand_as(acl_t acl, int brand);
void _entry_brand_as(const acl_entry_t entry, int brand);
+int _nfs4_format_flags(char *str, size_t size, uint32_t var, int verbose);
+int _nfs4_format_access_mask(char *str, size_t size, uint32_t var, int verbose);
+int _nfs4_parse_flags(const char *str, uint32_t *var);
+int _nfs4_parse_access_mask(const char *str, uint32_t *var);
int _posix1e_acl_check(acl_t acl);
int _posix1e_acl_sort(acl_t acl);
int _posix1e_acl(acl_t acl, acl_type_t type);
==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_to_text_nfs4.c#5 (text+ko) ====
@@ -38,7 +38,6 @@
#include <sys/acl.h>
#include "acl_support.h"
-#include "acl_flags_nfs4.h"
#define MAX_ENTRY_LENGTH 512
More information about the p4-projects
mailing list