Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 18:36:03 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285145 - head/usr.sbin/bhyvectl
Message-ID:  <201507041836.t64Ia3R6055849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo (ports committer)
Date: Sat Jul  4 18:36:02 2015
New Revision: 285145
URL: https://svnweb.freebsd.org/changeset/base/285145

Log:
  Remove duplicate header string.h.

Modified:
  head/usr.sbin/bhyvectl/bhyvectl.c

Modified: head/usr.sbin/bhyvectl/bhyvectl.c
==============================================================================
--- head/usr.sbin/bhyvectl/bhyvectl.c	Sat Jul  4 18:16:41 2015	(r285144)
+++ head/usr.sbin/bhyvectl/bhyvectl.c	Sat Jul  4 18:36:02 2015	(r285145)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <libgen.h>
 #include <libutil.h>
 #include <fcntl.h>
-#include <string.h>
 #include <getopt.h>
 #include <time.h>
 #include <assert.h>



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