mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
fix up typo and add extern for update_mru_tstamp
This commit is contained in:
@@ -243,6 +243,7 @@ extern int perms_create;
|
|||||||
extern struct timespec mru_tstamp;
|
extern struct timespec mru_tstamp;
|
||||||
extern void update_mru_tstamp(FILE *file);
|
extern void update_mru_tstamp(FILE *file);
|
||||||
extern void pwarn(char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
|
extern void pwarn(char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
|
||||||
|
extern void update_mru_tstamp(FILE *file);
|
||||||
|
|
||||||
extern FILE *yyin;
|
extern FILE *yyin;
|
||||||
extern void yyrestart(FILE *fp);
|
extern void yyrestart(FILE *fp);
|
||||||
|
@@ -830,7 +830,7 @@ int process_profile(int option, char *profilename)
|
|||||||
|
|
||||||
/* Do secondary test to see if cached binary profile is good,
|
/* Do secondary test to see if cached binary profile is good,
|
||||||
* instead of checking against a presupplied list of files
|
* 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
|
* Parsing the profile is slower that doing primary cache check
|
||||||
* its still faster than doing full compilation
|
* its still faster than doing full compilation
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user