svn commit: r312133 - projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen
Ngie Cooper
ngie at FreeBSD.org
Sat Jan 14 07:48:23 UTC 2017
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;
More information about the svn-src-projects
mailing list