From 41d3ef12588da7a97389a26cf928312aac1f68eb Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 13 Jan 2010 17:56:54 +0000 Subject: Port everything in bin/ from utmp to utmpx. date: use libc utmpx routines instead of the ones provided by libulog. pax: don't depend on --- bin/date/Makefile | 2 -- bin/date/date.c | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/date') diff --git a/bin/date/Makefile b/bin/date/Makefile index b466e1d..4f5c3fe 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -3,7 +3,5 @@ PROG= date SRCS= date.c netdate.c vary.c -DPADD= ${LIBULOG} -LDADD= -lulog .include diff --git a/bin/date/date.c b/bin/date/date.c index c980b99..1e9f281 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -52,9 +52,8 @@ __FBSDID("$FreeBSD$"); #include #include #include -#define _ULOG_POSIX_NAMES -#include #include +#include #include "extern.h" #include "vary.h" -- cgit v1.1