Source-Changes-HG archive

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

[src/trunk]: src/sys/netatalk netatalk: remove a redundant extern decl of eth...



details:   https://anonhg.NetBSD.org/src/rev/51360b6dd5ae
branches:  trunk
changeset: 572549:51360b6dd5ae
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Jan 08 03:11:03 2005 +0000

description:
netatalk: remove a redundant extern decl of etherbroadcastaddr.

diffstat:

 sys/netatalk/aarp.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 71ddf0d11eae -r 51360b6dd5ae sys/netatalk/aarp.c
--- a/sys/netatalk/aarp.c       Sat Jan 08 02:58:03 2005 +0000
+++ b/sys/netatalk/aarp.c       Sat Jan 08 03:11:03 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aarp.c,v 1.14 2003/06/23 11:02:12 martin Exp $ */
+/*     $NetBSD: aarp.c,v 1.15 2005/01/08 03:11:03 yamt Exp $   */
 
 /*
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aarp.c,v 1.14 2003/06/23 11:02:12 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aarp.c,v 1.15 2005/01/08 03:11:03 yamt Exp $");
 
 #include "opt_mbuftrace.h"
 
@@ -83,10 +83,6 @@
 #define AARPT_KILLC    20
 #define AARPT_KILLI    3
 
-#if !defined( __FreeBSD__ )
-extern u_char   etherbroadcastaddr[6];
-#endif /* __FreeBSD__ */
-
 const u_char atmulticastaddr[6] = {
        0x09, 0x00, 0x07, 0xff, 0xff, 0xff
 };



Home | Main Index | Thread Index | Old Index