summaryrefslogtreecommitdiff
path: root/src/pinky.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinky.c')
-rw-r--r--src/pinky.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/pinky.c b/src/pinky.c
index 6912972fc..8aa1d42d9 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -43,7 +43,6 @@
# define S_IWGRP 020
#endif
-int gethostname ();
char *ttyname ();
/* The name this program was run with. */
@@ -458,11 +457,7 @@ scan_entries (size_t n, const STRUCT_UTMP *utmp_buf,
while (n--)
{
- if (UT_USER (utmp_buf)[0]
-#ifdef USER_PROCESS
- && utmp_buf->ut_type == USER_PROCESS
-#endif
- )
+ if (IS_USER_PROCESS (utmp_buf))
{
if (argc_names)
{