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

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

Log:
  r312133 should have used the non-FreeBSD block

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:48:22 2017	(r312133)
+++ projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/gen/t_humanize_number.c	Sat Jan 14 07:50:29 2017	(r312134)
@@ -34,7 +34,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <libutil.h>
+#include <util.h>
 
 const struct hnopts {
 	size_t ho_len;



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