Re: ANSIfication to sys/netinet/ *
On Thu, Jun 03, 2004 at 01:28:11AM -0400, Tim Wickberg wrote:
> Patches are tarred (22 total).
>
> ANSIfication to sys/netinet/ if_atm.c if_ether.c igmp.c in.c in_gif.c
> in_pcb.c in_rmx.c ip_ecn.c ip_encap.c ip_flow.c ip_gre.c ip_icmp.c
> ip_id.c ip_input.c ip_output.c tcp_debug.c tcp_input.c tcp_output.c
> tcp_syncache.c tcp_timer.c tcp_usrreq.c udp_usrreq.c
>
> --
> Tim Wickberg
> me@k9mach3.org
Could you leave the net stack alone for a few days? Some of these changes
are very likely to reconflict with my one and want to save us the time
for solving the conflict. On the other hand, look for the prototypes too,
e.g. the prefered form is
[static] some_type some_name(some_arguments, ...);
while you will find a lot of
some_name (...)
or
static some_type
....
Thx, Joerg
討論串 (同標題文章)
完整討論串 (本文為第 4 之 5 篇):