Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
29586ae0
Commit
29586ae0
authored
Jun 02, 2004
by
osdl.org!shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete: include-glibc/bits/sockunion.h
}(Logical change 1.6)
parent
46ac104f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
include-glibc/bits/sockunion.h
include-glibc/bits/sockunion.h
+0
-25
No files found.
include-glibc/bits/sockunion.h
deleted
100644 → 0
View file @
46ac104f
/* 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 <GNU-Gnu_is_Not_Unix.h>.
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
];
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment