svn commit: r235565 - head/bin/rcp

Marcel Moolenaar marcel at FreeBSD.org
Thu May 17 20:29:16 UTC 2012


Author: marcel
Date: Thu May 17 20:29:15 2012
New Revision: 235565
URL: http://svn.freebsd.org/changeset/base/235565

Log:
  Remove unused header (libutil.h)

Modified:
  head/bin/rcp/rcp.c

Modified: head/bin/rcp/rcp.c
==============================================================================
--- head/bin/rcp/rcp.c	Thu May 17 20:27:24 2012	(r235564)
+++ head/bin/rcp/rcp.c	Thu May 17 20:29:15 2012	(r235565)
@@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$");
 #include <err.h>
 #include <errno.h>
 #include <fcntl.h>
-#include <libutil.h>
 #include <limits.h>
 #include <netdb.h>
 #include <paths.h>


More information about the svn-src-head mailing list