Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: syssrc
>Module Name: syssrc
>Committed By: cgd
>Date: Sun Jul 2 04:40:48 UTC 2000
>Modified Files:
> syssrc/sys/net: netisr.h netisr_dispatch.h
>
>Log Message:
>Kwality control:
>* put #includes of opt headers and headers to get protos used by
> net/netisr_dispatch.h in net/netisr.h (if !defined(_LOCORE)) (rather than
> in netisr_dispatch.h itself, and potentially nowhere, respectively).
>* require netisr.h to be included before netisr_dispatch.h.
>* minor additional cleanup of both netisr.h and netisr_dispatch.h.
>* clean up uses to remove now-unnecessary header file inclusions, and
> local prototypes of the fns.
>* convert netisr dispatch implementations which didn't use
> netisr_dispatch.h (pc532) to use it.
after the change, if_spppsubr.c is non-compilable due to duplicated
defs between if_spppsubr.c and ppp_defs.h (PPP_IPV6, PPP_IP and some
others). not sure what is the right way to correct this.
itojun
Home |
Main Index |
Thread Index |
Old Index