ned stat.h
This commit is contained in:
parent
7c2c9f2e62
commit
fa60103ea6
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: log.c,v 1.22 2015/06/19 06:02:31 dholland Exp $ */
|
/* $NetBSD: log.c,v 1.23 2017/01/10 20:40:53 christos Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990, 1993
|
* Copyright (c) 1990, 1993
|
||||||
@ -46,12 +46,13 @@
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93";
|
static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93";
|
||||||
#else
|
#else
|
||||||
__RCSID("$NetBSD: log.c,v 1.22 2015/06/19 06:02:31 dholland Exp $");
|
__RCSID("$NetBSD: log.c,v 1.23 2017/01/10 20:40:53 christos Exp $");
|
||||||
#endif
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/utsname.h>
|
#include <sys/utsname.h>
|
||||||
|
#include <sys/stat.h> /* for umask(2) */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user