Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2010 20:32:58 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203096 - head/sbin/init
Message-ID:  <201001272032.o0RKWwhV021329@svn.freebsd.org>

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



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