Avoid empty file when WITH_AUDIT is not set.

This commit is contained in:
nekral-guest
2008-01-01 14:20:36 +00:00
parent bca732693b
commit bb8af02978
2 changed files with 3 additions and 0 deletions

View File

@ -78,4 +78,6 @@ void audit_logger (int type, const char *pgname, const char *op,
NULL, NULL, NULL, result);
}
#else /* WITH_AUDIT */
extern int errno; /* warning: ANSI C forbids an empty source file */
#endif /* WITH_AUDIT */