Source-Changes-HG archive

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

[src/trunk]: src/sys/netiso Eliminate local extern declartion for inetctlerrmap



details:   https://anonhg.NetBSD.org/src/rev/2a9b09720853
branches:  trunk
changeset: 517014:2a9b09720853
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Nov 04 20:52:39 2001 +0000

description:
Eliminate local extern declartion for inetctlerrmap

diffstat:

 sys/netiso/tp_inet.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8ae6b6a7a09f -r 2a9b09720853 sys/netiso/tp_inet.c
--- a/sys/netiso/tp_inet.c      Sun Nov 04 19:32:32 2001 +0000
+++ b/sys/netiso/tp_inet.c      Sun Nov 04 20:52:39 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tp_inet.c,v 1.19 2000/03/30 13:10:13 augustss Exp $    */
+/*     $NetBSD: tp_inet.c,v 1.20 2001/11/04 20:52:39 matt Exp $        */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -664,7 +664,6 @@
        struct sockaddr *sa;
        void *dummy;
 {
-       extern int      inetctlerrmap[];
        void            (*notify) __P((struct inpcb *, int));
        int             errno;
 



Home | Main Index | Thread Index | Old Index