svn commit: r221052 - head/usr.bin/rlogin

David E. O'Brien obrien at FreeBSD.org
Tue Apr 26 04:01:08 UTC 2011


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>


More information about the svn-src-head mailing list