about summary refs log tree commit diff
path: root/include/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/socket.h')
-rw-r--r--include/sys/socket.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h
index 50de321b..88243ae5 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -17,13 +17,6 @@ extern "C" {
 
 #include <bits/socket.h>
 
-struct cmsghdr
-{
-	socklen_t cmsg_len;
-	int cmsg_level;
-	int cmsg_type;
-};
-
 struct ucred
 {
 	pid_t pid;