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

This commit is contained in:
Andrey A. Chernov 2001-03-22 18:18:32 +00:00
parent 5d2bad1c7c
commit 21b3f5311a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74657

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,