mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Unbreak world by removing struct cmessage already define in sys/socket.h
This commit is contained in:
parent
5d2bad1c7c
commit
21b3f5311a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74657
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user