2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +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

@@ -243,6 +243,7 @@ extern int perms_create;
extern struct timespec mru_tstamp;
extern void update_mru_tstamp(FILE *file);
extern void pwarn(char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
extern void update_mru_tstamp(FILE *file);
extern FILE *yyin;
extern void yyrestart(FILE *fp);

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
*/