Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2011 04:01:08 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221052 - head/usr.bin/rlogin
Message-ID:  <201104260401.p3Q418O4005949@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: obrien
Date: Tue Apr 26 04:01:08 2011
New Revision: 221052
URL: http://svn.freebsd.org/changeset/base/221052

Log:
  Catch up with r57841 which removed the possible linking against libutil
  by not bothering to include its API.

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

Modified: head/usr.bin/rlogin/rlogin.c
==============================================================================
--- head/usr.bin/rlogin/rlogin.c	Tue Apr 26 03:27:21 2011	(r221051)
+++ head/usr.bin/rlogin/rlogin.c	Tue Apr 26 04:01:08 2011	(r221052)
@@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$");
 #include <err.h>
 #include <errno.h>
 #include <fcntl.h>
-#include <libutil.h>
 #include <netdb.h>
 #include <paths.h>
 #include <pwd.h>



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