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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"