Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/rpc.rusersd delete now-irrelevant comment



details:   https://anonhg.NetBSD.org/src/rev/378100d773a7
branches:  trunk
changeset: 830222:378100d773a7
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Mar 01 06:24:12 2018 +0000

description:
delete now-irrelevant comment

diffstat:

 libexec/rpc.rusersd/rusers_proc.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 98b3d33a32bc -r 378100d773a7 libexec/rpc.rusersd/rusers_proc.c
--- a/libexec/rpc.rusersd/rusers_proc.c Thu Mar 01 06:12:09 2018 +0000
+++ b/libexec/rpc.rusersd/rusers_proc.c Thu Mar 01 06:24:12 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rusers_proc.c,v 1.28 2018/02/28 23:45:56 snj Exp $     */
+/*     $NetBSD: rusers_proc.c,v 1.29 2018/03/01 06:24:12 snj Exp $     */
 
 /*-
  *  Copyright (c) 1993 John Brezak
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: rusers_proc.c,v 1.28 2018/02/28 23:45:56 snj Exp $");
+__RCSID("$NetBSD: rusers_proc.c,v 1.29 2018/03/01 06:24:12 snj Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -144,10 +144,6 @@
        time_t now;
        long idle;
        
-       /*
-        * If this is an X terminal or console, then try the
-        * XIdle extension
-        */
        idle = 0;
        if (*tty == 'X') {
                long kbd_idle, mouse_idle;



Home | Main Index | Thread Index | Old Index