Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2017 07:48:22 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r312133 - projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen
Message-ID:  <201701140748.v0E7mMYs033389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Jan 14 07:48:22 2017
New Revision: 312133
URL: https://svnweb.freebsd.org/changeset/base/312133

Log:
  Diff reduce with upstream by using util.h from libnetbsd instead of libutil.h

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

Modified: projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/t_humanize_number.c
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/t_humanize_number.c	Sat Jan 14 07:46:03 2017	(r312132)
+++ projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/t_humanize_number.c	Sat Jan 14 07:48:22 2017	(r312133)
@@ -34,11 +34,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#ifdef __FreeBSD__
 #include <libutil.h>
-#else
-#include <util.h>
-#endif
 
 const struct hnopts {
 	size_t ho_len;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701140748.v0E7mMYs033389>