Unbreak world by removing struct cmessage already define in sys/socket.h

This commit is contained in:
ache 2001-03-22 18:18:32 +00:00
parent 2e27ef937d
commit 3bf05636a4

View File

@ -689,11 +689,6 @@ cleaning up and bailing out");
return (&result);
}
struct cmessage {
struct cmsghdr cmsg;
struct cmsgcred cmcred;
};
/*
* Note that this function performs a little less sanity checking
* than the last one. Since only the superuser is allowed to use it,