From: osdl.org!shemminger Date: Wed, 2 Jun 2004 20:22:08 +0000 (+0000) Subject: Delete: include-glibc/bits/sockunion.h X-Git-Tag: v2_6_7-ss040608~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29586ae00ff941576bb035d1496609f07c58bc3e;p=thirdparty%2Fiproute2.git Delete: include-glibc/bits/sockunion.h }(Logical change 1.6) --- diff --git a/include-glibc/bits/sockunion.h b/include-glibc/bits/sockunion.h deleted file mode 100644 index b83add82d..000000000 --- a/include-glibc/bits/sockunion.h +++ /dev/null @@ -1,25 +0,0 @@ - -/* I cannot describe, how I laughed, when saw, that now sys/socket.h - includes ALL OF networking include files. 8)8)8) - - Bravo! Aah, they forgot sockaddr_ll, sockaddr_pkt and sockaddr_nl... - Not a big problem, we only start the way to single UNIVERSAL include file: - - #include . - - Jokes apart, it is full crap. Removed. - --ANK - - */ - -/* Union of all sockaddr types (required by IPv6 Basic API). This is - somewhat evil. */ -/* 8)8) Well, ipngwg really does strange things sometimes, but - not in such extent! It is removed long ago --ANK - */ - -union sockaddr_union - { - struct sockaddr sa; - char __maxsize[128]; - };