Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2012 20:29:16 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235565 - head/bin/rcp
Message-ID:  <201205172029.q4HKTGt3015778@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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