summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-22 18:18:32 +0000
committerache <ache@FreeBSD.org>2001-03-22 18:18:32 +0000
commit3bf05636a4b059e73e8b1f6b55655a4011fcd050 (patch)
treea995a0ba0c425896f015b49593bd45e5f78251f4 /usr.sbin/rpc.yppasswdd
parent2e27ef937dfcfb47f43637a05f5c0717087d75d0 (diff)
downloadFreeBSD-src-3bf05636a4b059e73e8b1f6b55655a4011fcd050.zip
FreeBSD-src-3bf05636a4b059e73e8b1f6b55655a4011fcd050.tar.gz
Unbreak world by removing struct cmessage already define in sys/socket.h
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_server.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
index c27cf8c..438a7b6 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
@@ -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,
OpenPOWER on IntegriCloud