Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src/sys/netinet
> Module Name: src
> Committed By: rmind
> Date: Mon Jul 19 14:09:45 UTC 2010
>
> Modified Files:
> src/sys/netinet: in_var.h ip_input.c ip_reass.c ip_var.h
>
> Log Message:
> Abstract IP reassembly into single generic routine - ip_reass_packet().
> Make struct ipq private and struct ipqent not visible to userland.
> Push ip_len adjustment into reassembly layer.
>
> OK matt@
my build is now failing with:
In file included from /usr/src/libexec/identd/identd.c:22:
/var/obj/i386/usr/src/destdir.i386/usr/include/netinet/tcp_var.h:187: error:
field 'segq' has incomplete type
/var/obj/i386/usr/src/destdir.i386/usr/include/netinet/tcp_var.h:300: error:
field 'timeq' has incomplete type
please fix this or back out your changes.
this is the 2nd time recently you have broken the build by not running
a full build when changing header files. always run a full build when
you are making changes like this - that's the rule.
.mrg.
Home |
Main Index |
Thread Index |
Old Index