Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/finger don't include extern.h here; every other file...



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

description:
don't include extern.h here; every other file includes it.

diffstat:

 usr.bin/finger/finger.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 09d1984c7f9f -r ed17abb34db1 usr.bin/finger/finger.h
--- a/usr.bin/finger/finger.h   Mon Feb 05 01:53:48 2001 +0000
+++ b/usr.bin/finger/finger.h   Mon Feb 05 01:56:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: finger.h,v 1.6 1997/10/19 08:13:35 mrg Exp $   */
+/*     $NetBSD: finger.h,v 1.7 2001/02/05 01:56:38 christos Exp $      */
 
 /*
  * Copyright (c) 1989, 1993
@@ -70,5 +70,3 @@
        char tty[UT_LINESIZE+1];        /* null terminated tty line */
        char host[UT_HOSTSIZE+1];       /* null terminated remote host name */
 } WHERE;
-
-#include "extern.h"



Home | Main Index | Thread Index | Old Index