From 74eea628cf43355ba2b227f0bb3c31697d637761 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 18:41:25 -0500 Subject: extensive header cleanup for standards conformance & correctness thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based --- include/bits/socket.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/bits/socket.h') diff --git a/include/bits/socket.h b/include/bits/socket.h index 7a51f792..c8bac6b2 100644 --- a/include/bits/socket.h +++ b/include/bits/socket.h @@ -1,5 +1,3 @@ -struct iovec; - struct msghdr { void *msg_name; -- cgit v1.2.1