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/a34d59a5ac05
branches:  trunk
changeset: 820498:a34d59a5ac05
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 7b5b58a969fd -r a34d59a5ac05 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