Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 21:23:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281330 - head/usr.bin/mt
Message-ID:  <201504092123.t39LNSRj039084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr  9 21:23:27 2015
New Revision: 281330
URL: https://svnweb.freebsd.org/changeset/base/281330

Log:
  Remove uneeded sbuf header

Modified:
  head/usr.bin/mt/mt.c

Modified: head/usr.bin/mt/mt.c
==============================================================================
--- head/usr.bin/mt/mt.c	Thu Apr  9 21:17:07 2015	(r281329)
+++ head/usr.bin/mt/mt.c	Thu Apr  9 21:23:27 2015	(r281330)
@@ -81,7 +81,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/ioctl.h>
 #include <sys/mtio.h>
 #include <sys/queue.h>
-#include <sys/sbuf.h>
 
 #include <ctype.h>
 #include <err.h>



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