diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | audit-bsm.c | 6 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20060816 | ||
2 | - (djm) [audit-bsm.c] Sprinkle in some headers | ||
3 | |||
1 | 20060815 | 4 | 20060815 |
2 | - (dtucker) [LICENCE] Add Reyk to the list for the compat dir. | 5 | - (dtucker) [LICENCE] Add Reyk to the list for the compat dir. |
3 | 6 | ||
@@ -5207,4 +5210,4 @@ | |||
5207 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5210 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5208 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5211 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5209 | 5212 | ||
5210 | $Id: ChangeLog,v 1.4478 2006/08/15 08:21:32 dtucker Exp $ | 5213 | $Id: ChangeLog,v 1.4479 2006/08/16 01:40:45 djm Exp $ |
diff --git a/audit-bsm.c b/audit-bsm.c index c9a1779d4..50241b32f 100644 --- a/audit-bsm.c +++ b/audit-bsm.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: audit-bsm.c,v 1.2 2006/08/05 14:12:54 dtucker Exp $ */ | 1 | /* $Id: audit-bsm.c,v 1.3 2006/08/16 01:40:45 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * TODO | 4 | * TODO |
@@ -37,6 +37,10 @@ | |||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | #if defined(USE_BSM_AUDIT) | 38 | #if defined(USE_BSM_AUDIT) |
39 | 39 | ||
40 | #include <sys/types.h> | ||
41 | |||
42 | #include <unistd.h> | ||
43 | |||
40 | #include "ssh.h" | 44 | #include "ssh.h" |
41 | #include "log.h" | 45 | #include "log.h" |
42 | #include "key.h" | 46 | #include "key.h" |