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:
parent
2aedc03dad
commit
4ce05f7e44
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user