DragonFly submit List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
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@xxxxxxxxxxx
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]