projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b6bc0b1
)
Include <bits/sockaddr.h> rather than <sys/socket.h>, to avoid getting
author
drepper
<drepper>
Tue, 7 Apr 1998 08:58:08 +0000
(08:58 +0000)
committer
drepper
<drepper>
Tue, 7 Apr 1998 08:58:08 +0000
(08:58 +0000)
sockaddr_union defined.
inet/netinet/in.h
patch
|
blob
|
history
diff --git
a/inet/netinet/in.h
b/inet/netinet/in.h
index
a856a29
..
ff8476e
100644
(file)
--- a/
inet/netinet/in.h
+++ b/
inet/netinet/in.h
@@
-22,8
+22,8
@@
#include <features.h>
#include <stdint.h>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <bits/socket.h>
__BEGIN_DECLS