Module Name:    src
Committed By:   maya
Date:           Wed Jan 17 00:16:43 UTC 2018

Modified Files:
        src/tests/lib/libc/gen: t_siginfo.c

Log Message:
Improve portability of headers and sort them.

>From Ngie Cooper in PR bin/51833


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/tests/lib/libc/gen/t_siginfo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/gen/t_siginfo.c
diff -u src/tests/lib/libc/gen/t_siginfo.c:1.31 src/tests/lib/libc/gen/t_siginfo.c:1.32
--- src/tests/lib/libc/gen/t_siginfo.c:1.31	Sun Mar  5 16:07:38 2017
+++ src/tests/lib/libc/gen/t_siginfo.c	Wed Jan 17 00:16:43 2018
@@ -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

Reply via email to