Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/finger fix nested extern



details:   https://anonhg.NetBSD.org/src/rev/688e76b959d9
branches:  trunk
changeset: 503378:688e76b959d9
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 05 01:56:51 2001 +0000

description:
fix nested extern

diffstat:

 usr.bin/finger/util.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ed17abb34db1 -r 688e76b959d9 usr.bin/finger/util.c
--- a/usr.bin/finger/util.c     Mon Feb 05 01:56:38 2001 +0000
+++ b/usr.bin/finger/util.c     Mon Feb 05 01:56:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.16 2000/07/07 15:13:22 itojun Exp $ */
+/*     $NetBSD: util.c,v 1.17 2001/02/05 01:56:51 christos Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)util.c     8.3 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: util.c,v 1.16 2000/07/07 15:13:22 itojun Exp $");
+__RCSID("$NetBSD: util.c,v 1.17 2001/02/05 01:56:51 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -340,7 +340,6 @@
 find_idle_and_ttywrite(w)
        WHERE *w;
 {
-       extern time_t now;
        struct stat sb;
 
        (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_DEV, w->tty);



Home | Main Index | Thread Index | Old Index