Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print

with proper alignment in ddb(4) and vmstat(8).

Reviewed by:	rwatson@
This commit is contained in:
Wojciech A. Koszek 2007-12-25 13:23:19 +00:00
parent 5254af0cf1
commit 7a9d5a45e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174894

View File

@ -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");
/*