diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-13 18:28:58 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-13 18:28:58 +0000 |
| commit | 006ab5b3e71ad64133e4cbb87c32551d935055b2 (patch) | |
| tree | 6788be15d1662e1d1fb8aa45a5cc58ec190881f8 /libexec/talkd/process.c | |
| parent | 80643af02bb91c3ca76f987222e9679fa230c1b3 (diff) | |
Notes
Diffstat (limited to 'libexec/talkd/process.c')
| -rw-r--r-- | libexec/talkd/process.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index d796cd59659d..18ddc42aff1f 100644 --- a/libexec/talkd/process.c +++ b/libexec/talkd/process.c @@ -59,8 +59,7 @@ static const char rcsid[] = #include <stdio.h> #include <string.h> #include <syslog.h> -#define _ULOG_POSIX_NAMES -#include <ulog.h> +#include <utmpx.h> #include "extern.h" |
