Explicitly initialize 'ret' to 0'. It lets one to build tmpfs from the

latest source tree with older compiler--gcc3.

Approved by:	cognet (mentor)
This commit is contained in:
Wojciech A. Koszek 2007-12-04 20:20:59 +00:00
parent 2aedc03dad
commit 4ce05f7e44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174267

View File

@ -584,6 +584,8 @@ audit_proc_coredump(struct thread *td, char *path, int errcode)
char **pathp;
au_id_t auid;
ret = 0;
/*
* Make sure we are using the correct preselection mask.
*/