From: Paul Eggert Date: Tue, 30 Nov 2004 21:40:12 +0000 (+0000) Subject: (gethostname): Remove decl. X-Git-Tag: v5.3.0~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d1b4a434ac7a84a0cb5b552205abe8ea8e41f7;p=thirdparty%2Fcoreutils.git (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. --- diff --git a/src/pinky.c b/src/pinky.c index 6912972fc3..8aa1d42d91 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) {