Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/atrun missing <sys/stat.h> include.
details: https://anonhg.NetBSD.org/src/rev/169907a7eb38
branches: trunk
changeset: 350356:169907a7eb38
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 10 20:29:48 2017 +0000
description:
missing <sys/stat.h> include.
diffstat:
libexec/atrun/atrun.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 25e391c6736a -r 169907a7eb38 libexec/atrun/atrun.c
--- a/libexec/atrun/atrun.c Tue Jan 10 20:25:48 2017 +0000
+++ b/libexec/atrun/atrun.c Tue Jan 10 20:29:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atrun.c,v 1.22 2016/03/13 00:32:09 dholland Exp $ */
+/* $NetBSD: atrun.c,v 1.23 2017/01/10 20:29:48 christos Exp $ */
/*
* atrun.c - run jobs queued by at; run with root privileges.
@@ -28,6 +28,7 @@
/* System Headers */
#include <sys/cdefs.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <sys/wait.h>
#include <ctype.h>
@@ -58,7 +59,7 @@
#if 0
static char rcsid[] = "$OpenBSD: atrun.c,v 1.7 1997/09/08 22:12:10 millert Exp $";
#else
-__RCSID("$NetBSD: atrun.c,v 1.22 2016/03/13 00:32:09 dholland Exp $");
+__RCSID("$NetBSD: atrun.c,v 1.23 2017/01/10 20:29:48 christos Exp $");
#endif
static int debug = 0;
Home |
Main Index |
Thread Index |
Old Index