summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd/rusers_proc.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-13 18:28:58 +0000
committered <ed@FreeBSD.org>2010-01-13 18:28:58 +0000
commit6dd5ce59c1f83726b050d89474c42f34919a7395 (patch)
tree6788be15d1662e1d1fb8aa45a5cc58ec190881f8 /libexec/rpc.rusersd/rusers_proc.c
parenta0af351d02a6107aa858c4b27ec786f93c2cd0cb (diff)
downloadFreeBSD-src-6dd5ce59c1f83726b050d89474c42f34919a7395.zip
FreeBSD-src-6dd5ce59c1f83726b050d89474c42f34919a7395.tar.gz
Port all apps in libexec/ from libulog to utmpx.
Diffstat (limited to 'libexec/rpc.rusersd/rusers_proc.c')
-rw-r--r--libexec/rpc.rusersd/rusers_proc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/rpc.rusersd/rusers_proc.c b/libexec/rpc.rusersd/rusers_proc.c
index 9b5486f..6b34fa7 100644
--- a/libexec/rpc.rusersd/rusers_proc.c
+++ b/libexec/rpc.rusersd/rusers_proc.c
@@ -45,8 +45,7 @@ static const char rcsid[] =
#include <sys/stat.h>
#include <stdlib.h>
#include <syslog.h>
-#define _ULOG_POSIX_NAMES
-#include <ulog.h>
+#include <utmpx.h>
#ifdef XIDLE
#include <setjmp.h>
#include <X11/Xlib.h>
OpenPOWER on IntegriCloud