svn commit: r203096 - head/sbin/init

Ed Schouten ed at FreeBSD.org
Wed Jan 27 20:32:58 UTC 2010


Author: ed
Date: Wed Jan 27 20:32:58 2010
New Revision: 203096
URL: http://svn.freebsd.org/changeset/base/203096

Log:
  Remove stale inclusion of <ulog.h>.
  
  This tool doesn't require libulog anymore.

Modified:
  head/sbin/init/init.c

Modified: head/sbin/init/init.c
==============================================================================
--- head/sbin/init/init.c	Wed Jan 27 20:30:50 2010	(r203095)
+++ head/sbin/init/init.c	Wed Jan 27 20:32:58 2010	(r203096)
@@ -65,7 +65,6 @@ static const char rcsid[] =
 #include <syslog.h>
 #include <time.h>
 #include <ttyent.h>
-#include <ulog.h>
 #include <unistd.h>
 #include <utmpx.h>
 #include <sys/reboot.h>


More information about the svn-src-head mailing list