summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2007-12-25 13:23:19 +0000
committerwkoszek <wkoszek@FreeBSD.org>2007-12-25 13:23:19 +0000
commita8e6c3350224a8fc0f9162b2678a8545c054bbd6 (patch)
tree027f2eb46cc51137c607dda86d7d8400664adccc /sys/security
parent596323ba22764e1d1b06683e27f8917de105d4a8 (diff)
downloadFreeBSD-src-a8e6c3350224a8fc0f9162b2678a8545c054bbd6.zip
FreeBSD-src-a8e6c3350224a8fc0f9162b2678a8545c054bbd6.tar.gz
Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print
with proper alignment in ddb(4) and vmstat(8). Reviewed by: rwatson@
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c
index ce2f1df..cae4010 100644
--- a/sys/security/audit/audit_pipe.c
+++ b/sys/security/audit/audit_pipe.c
@@ -65,7 +65,7 @@
static MALLOC_DEFINE(M_AUDIT_PIPE, "audit_pipe", "Audit pipes");
static MALLOC_DEFINE(M_AUDIT_PIPE_ENTRY, "audit_pipeent",
"Audit pipe entries and buffers");
-static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT, "audit_pipe_preselect",
+static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT, "audit_pipe_presel",
"Audit pipe preselection structure");
/*
OpenPOWER on IntegriCloud