diff options
author | ed <ed@FreeBSD.org> | 2010-01-27 20:32:58 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-01-27 20:32:58 +0000 |
commit | 2c4f8b663c9974f4d38a3523d44e77ea8694326e (patch) | |
tree | e082a37a83b3f2ad8fd73139f9c6123bbe12d154 /sbin/init/init.c | |
parent | e5e173f5c09da3def3ed6ac6c0da253a7625cb35 (diff) | |
download | FreeBSD-src-2c4f8b663c9974f4d38a3523d44e77ea8694326e.zip FreeBSD-src-2c4f8b663c9974f4d38a3523d44e77ea8694326e.tar.gz |
Remove stale inclusion of <ulog.h>.
This tool doesn't require libulog anymore.
Diffstat (limited to 'sbin/init/init.c')
-rw-r--r-- | sbin/init/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index e808f19..e146199 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -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> |