Deleted Added
full compact
2c2
< * Copyright (c) 2005 Apple Inc.
---
> * Copyright (c) 2005-2009 Apple Inc.
29c29
< * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#10 $
---
> * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#11 $
238a239,253
>
> /*
> * Indicates that this trail file has expired and was removed.
> */
> int
> audit_warn_expired(char *filename)
> {
> char *args[3];
>
> args[0] = EXPIRED_WARN;
> args[1] = filename;
> args[2] = NULL;
>
> return (auditwarnlog(args));
> }