diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-11-07 04:48:24 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-11-07 04:48:24 +0000 |
commit | 8bc7e8ea3010c89c5ca14bb96823b033f0ddd4a1 (patch) | |
tree | 628ca8df90d6e8a6950db03abfa850cc4a61eccc | |
parent | f74e2ef8ef615fbd77215b8a3666e5dc5cd77328 (diff) | |
download | FreeBSD-src-8bc7e8ea3010c89c5ca14bb96823b033f0ddd4a1.zip FreeBSD-src-8bc7e8ea3010c89c5ca14bb96823b033f0ddd4a1.tar.gz |
Trim trailing whitespace.
-rw-r--r-- | sys/security/mac/mac_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h index 3b87955..b07cf6f 100644 --- a/sys/security/mac/mac_internal.h +++ b/sys/security/mac/mac_internal.h @@ -93,14 +93,14 @@ void mac_destroy_label(struct label *label); int mac_check_structmac_consistent(struct mac *mac); int mac_allocate_slot(void); -/* +/* * MAC Framework per-object type functions. It's not yet clear how * the namespaces, etc, should work for these, so for now, sort by * object type. */ int mac_check_cred_relabel(struct ucred *cred, struct label *newlabel); void mac_destroy_cred_label(struct label *label); -int mac_externalize_cred_label(struct label *label, char *elements, +int mac_externalize_cred_label(struct label *label, char *elements, char *outbuf, size_t outbuflen); void mac_init_cred_label(struct label *label); int mac_internalize_cred_label(struct label *label, char *string); |