svn commit: r312275 - projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/posix_spawn

Ngie Cooper ngie at FreeBSD.org
Mon Jan 16 07:39:09 UTC 2017


Author: ngie
Date: Mon Jan 16 07:39:08 2017
New Revision: 312275
URL: https://svnweb.freebsd.org/changeset/base/312275

Log:
  Remove sys/param.h
  
  It was used for nitems, but I converted it to __arraycount later, and
  is already pulled in by header pollution on FreeBSD as well as NetBSD
  ala sys/cdefs.h

Modified:
  projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawnattr.c

Modified: projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawnattr.c
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawnattr.c	Mon Jan 16 07:34:45 2017	(r312274)
+++ projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawnattr.c	Mon Jan 16 07:39:08 2017	(r312275)
@@ -30,7 +30,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/param.h>
 #include <atf-c.h>
 #include <stdio.h>
 #include <stdlib.h>


More information about the svn-src-projects mailing list