Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/sys PR/51841: Ngie Cooper: portability fixes ...



details:   https://anonhg.NetBSD.org/src/rev/e13b0cddcd7c
branches:  trunk
changeset: 820687:e13b0cddcd7c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 13 19:28:55 2017 +0000

description:
PR/51841: Ngie Cooper: portability fixes for FreeBSD

diffstat:

 tests/lib/libc/sys/t_wait.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r efaddb8e769b -r e13b0cddcd7c tests/lib/libc/sys/t_wait.c
--- a/tests/lib/libc/sys/t_wait.c       Fri Jan 13 19:27:23 2017 +0000
+++ b/tests/lib/libc/sys/t_wait.c       Fri Jan 13 19:28:55 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_wait.c,v 1.7 2016/11/06 15:04:14 kamil Exp $ */
+/* $NetBSD: t_wait.c,v 1.8 2017/01/13 19:28:55 christos Exp $ */
 
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -29,16 +29,17 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_wait.c,v 1.7 2016/11/06 15:04:14 kamil Exp $");
+__RCSID("$NetBSD: t_wait.c,v 1.8 2017/01/13 19:28:55 christos Exp $");
 
 #include <sys/wait.h>
 #include <sys/resource.h>
 
-#include <stdio.h>
 #include <errno.h>
+#include <inttypes.h>
 #include <limits.h>
 #include <pwd.h>
 #include <signal.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 



Home | Main Index | Thread Index | Old Index