2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

fix up typo and add extern for update_mru_tstamp

This commit is contained in:
Kees Cook
2010-09-14 12:37:59 -07:00
parent 02e86864da
commit 3a1fbb49f4
2 changed files with 2 additions and 1 deletions

View File

@@ -830,7 +830,7 @@ int process_profile(int option, char *profilename)
/* Do secondary test to see if cached binary profile is good,
* instead of checking against a presupplied list of files
* use the tstampts from the files that were parsed.
* use the timestamps from the files that were parsed.
* Parsing the profile is slower that doing primary cache check
* its still faster than doing full compilation
*/