Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/sys/kern/unfdpass need <sys/stat.h>



details:   https://anonhg.NetBSD.org/src/rev/5e6f4af1c5ff
branches:  trunk
changeset: 820529:5e6f4af1c5ff
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 22:37:44 2017 +0000

description:
need <sys/stat.h>

diffstat:

 regress/sys/kern/unfdpass/unfdpass.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3a736ed6babd -r 5e6f4af1c5ff regress/sys/kern/unfdpass/unfdpass.c
--- a/regress/sys/kern/unfdpass/unfdpass.c      Tue Jan 10 22:36:29 2017 +0000
+++ b/regress/sys/kern/unfdpass/unfdpass.c      Tue Jan 10 22:37:44 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unfdpass.c,v 1.10 2008/04/28 20:23:07 martin Exp $     */
+/*     $NetBSD: unfdpass.c,v 1.11 2017/01/10 22:37:44 christos Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 #include <sys/wait.h>
 #include <sys/un.h>
 #include <sys/uio.h>
+#include <sys/stat.h>
 
 #include <err.h>
 #include <errno.h>



Home | Main Index | Thread Index | Old Index