Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen Improve portability of headers and sort t...



details:   https://anonhg.NetBSD.org/src/rev/5e037e0f9f69
branches:  trunk
changeset: 829098:5e037e0f9f69
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Jan 17 00:16:43 2018 +0000

description:
Improve portability of headers and sort them.

>From Ngie Cooper in PR bin/51833

diffstat:

 tests/lib/libc/gen/t_siginfo.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 565cb6653eeb -r 5e037e0f9f69 tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Tue Jan 16 18:53:32 2018 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Wed Jan 17 00:16:43 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.31 2017/03/05 16:07:38 chs Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.32 2018/01/17 00:16:43 maya Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -28,7 +28,6 @@
 
 #include <atf-c.h>
 
-#include <sys/inttypes.h>
 #include <sys/resource.h>
 #include <sys/sysctl.h>
 #include <sys/time.h>
@@ -36,13 +35,14 @@
 #include <sys/wait.h>
 
 #include <assert.h>
+#include <float.h>
+#include <inttypes.h>
+#include <setjmp.h>
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <setjmp.h>
-#include <float.h>
 
 #include <fenv.h>
 #ifdef __HAVE_FENV



Home | Main Index | Thread Index | Old Index