From 57d10a6e95a4cdb97bc1a8c3125f1a2719736ccf Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 13 Jan 2010 18:17:53 +0000 Subject: Port all applications in usr.sbin/ from libulog to utmpx. --- usr.sbin/rwhod/Makefile | 3 --- usr.sbin/rwhod/rwhod.c | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.sbin/rwhod') diff --git a/usr.sbin/rwhod/Makefile b/usr.sbin/rwhod/Makefile index 439a11c..f1b5d99 100644 --- a/usr.sbin/rwhod/Makefile +++ b/usr.sbin/rwhod/Makefile @@ -6,7 +6,4 @@ MAN= rwhod.8 WARNS?= 3 -DPADD= ${LIBULOG} -LDADD= -lulog - .include diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index 9679fae..6b63843 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -67,9 +67,8 @@ __FBSDID("$FreeBSD$"); #include #include #include -#define _ULOG_POSIX_NAMES -#include #include +#include #include #include -- cgit v1.1