svn commit: r281330 - head/usr.bin/mt

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 9 21:23:28 UTC 2015


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>


More information about the svn-src-all mailing list