- (dtucker) [platform.c] includes.h instead of defines.h so that we get
the correct typedefs.
This commit is contained in:
parent
9283d8cbc5
commit
d1ece6e4a2
|
@ -1,3 +1,7 @@
|
||||||
|
20101107
|
||||||
|
- (dtucker) [platform.c] includes.h instead of defines.h so that we get
|
||||||
|
the correct typedefs.
|
||||||
|
|
||||||
20101105
|
20101105
|
||||||
- (djm) [loginrec.c loginrec.h] Use correct uid_t/pid_t types instead of
|
- (djm) [loginrec.c loginrec.h] Use correct uid_t/pid_t types instead of
|
||||||
int. Should fix bz#1817 cleanly; ok dtucker@
|
int. Should fix bz#1817 cleanly; ok dtucker@
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: platform.c,v 1.15 2010/11/05 07:56:08 dtucker Exp $ */
|
/* $Id: platform.c,v 1.16 2010/11/07 07:05:54 dtucker Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2006 Darren Tucker. All rights reserved.
|
* Copyright (c) 2006 Darren Tucker. All rights reserved.
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "includes.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue