From 76d1b4a434ac7a84a0cb5b552205abe8ea8e41f7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 30 Nov 2004 21:40:12 +0000 Subject: (gethostname): Remove decl. (scan_entries): Use IS_USER_PROCESS instead of by-hand code. * src/uptime.c (print_uptime): Use IS_USER_PROCESS and UT_TYPE_BOOT_TIME instead of by-hand code. --- src/pinky.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') 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) { -- cgit v1.2.3-70-g09d2