Source-Changes-HG archive

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

[src/trunk]: src/sys/net Remove duplicated forward declarations.



details:   https://anonhg.NetBSD.org/src/rev/8148f3a8e5a2
branches:  trunk
changeset: 481569:8148f3a8e5a2
user:      enami <enami%NetBSD.org@localhost>
date:      Wed Feb 02 07:45:13 2000 +0000

description:
Remove duplicated forward declarations.

diffstat:

 sys/net/bpf.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r dd474127d1bb -r 8148f3a8e5a2 sys/net/bpf.c
--- a/sys/net/bpf.c     Wed Feb 02 07:33:59 2000 +0000
+++ b/sys/net/bpf.c     Wed Feb 02 07:45:13 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bpf.c,v 1.48 2000/01/31 23:06:12 thorpej Exp $ */
+/*     $NetBSD: bpf.c,v 1.49 2000/02/02 07:45:13 enami Exp $   */
 
 /*
  * Copyright (c) 1990, 1991, 1993
@@ -108,10 +108,7 @@
 struct bpf_d   bpf_dtab[NBPFILTER];
 
 static int     bpf_allocbufs __P((struct bpf_d *));
-static int     bpf_allocbufs __P((struct bpf_d *));
 static void    bpf_freed __P((struct bpf_d *));
-static void    bpf_freed __P((struct bpf_d *));
-static void    bpf_ifname __P((struct ifnet *, struct ifreq *));
 static void    bpf_ifname __P((struct ifnet *, struct ifreq *));
 static void    *bpf_mcpy __P((void *, const void *, size_t));
 static int     bpf_movein __P((struct uio *, int, int,



Home | Main Index | Thread Index | Old Index