- (dtucker) [audit-bsm.c] Include errno.h. Pointed out by des at des.no.
This commit is contained in:
parent
5e8381ee86
commit
47bda1ff83
|
@ -1,3 +1,6 @@
|
||||||
|
20061001
|
||||||
|
- (dtucker) [audit-bsm.c] Include errno.h. Pointed out by des at des.no.
|
||||||
|
|
||||||
20060929
|
20060929
|
||||||
- (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engine
|
- (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engine
|
||||||
support. Patch from andrew.benham at thus net.
|
support. Patch from andrew.benham at thus net.
|
||||||
|
@ -2506,4 +2509,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4564 2006/09/29 10:16:51 dtucker Exp $
|
$Id: ChangeLog,v 1.4565 2006/09/30 22:09:50 dtucker Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: audit-bsm.c,v 1.4 2006/09/01 05:38:36 djm Exp $ */
|
/* $Id: audit-bsm.c,v 1.5 2006/09/30 22:09:50 dtucker Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TODO
|
* TODO
|
||||||
|
@ -39,6 +39,7 @@
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue