summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-07 04:48:24 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-07 04:48:24 +0000
commit8bc7e8ea3010c89c5ca14bb96823b033f0ddd4a1 (patch)
tree628ca8df90d6e8a6950db03abfa850cc4a61eccc /sys/security
parentf74e2ef8ef615fbd77215b8a3666e5dc5cd77328 (diff)
downloadFreeBSD-src-8bc7e8ea3010c89c5ca14bb96823b033f0ddd4a1.zip
FreeBSD-src-8bc7e8ea3010c89c5ca14bb96823b033f0ddd4a1.tar.gz
Trim trailing whitespace.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac/mac_internal.h4
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);
OpenPOWER on IntegriCloud