[comp.sys.apollo] /usr/include/netinet nearly empty on SR10

casey@CS.UCLA.EDU (11/02/88)

  /usr/include/netinet is nearly empty under SR10.  I've cobbled together
the missing files from straight 4.3BSD distribution by adding the proper
CPU byte ordering architectural ifdefs, but it would be nice if Apollo
added these files to their distribution.

  It's also interesting to note that SR10 is apparently using 4.3BSD
networking rather than the more recent networking from Berkeley with the
Van Jacobson congestion control fixes.  At least SR10 is using basically
virgin 4.3BSD header files ...

Casey

-----
STANDARD SR9.7 /usr/include/netinet files:

icmp_var.h      in_systm.h      tcp.h           tcp_timer.h     udp_var.h
if_ether.h      ip.h            tcp_debug.h     tcp_var.h
in.h            ip_icmp.h       tcp_fsm.h       tcpip.h
in_pcb.h        ip_var.h        tcp_seq.h       udp.h

STANDARD SR9.7 /usr/include/netinet files:

in.h            in_systm.h      ip.h            ip_icmp.h

STANDARD 4.3BSD /usr/include/netinet files:

icmp_var.h      in_systm.h      ip_var.h        tcp_seq.h       udp.h
if_ether.h      in_var.h        tcp.h           tcp_timer.h     udp_var.h
in.h            ip.h            tcp_debug.h     tcp_var.h
in_pcb.h        ip_icmp.h       tcp_fsm.h       tcpip.h