aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-03-22 18:18:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-03-22 18:18:32 +0000
commit21b3f5311a0dbee45411e7fead7101ff8033465d (patch)
treee151f72bbc6b26b3a01acf14c059cb4f0cb00f8d /usr.sbin/rpc.yppasswdd/yppasswdd_server.c
parent5d2bad1c7c9ea5a32e5cf9eafe71657e4da61c06 (diff)
downloadsrc-21b3f5311a0dbee45411e7fead7101ff8033465d.tar.gz
src-21b3f5311a0dbee45411e7fead7101ff8033465d.zip
Unbreak world by removing struct cmessage already define in sys/socket.h
Notes
Notes: svn path=/head/; revision=74657
Diffstat (limited to 'usr.sbin/rpc.yppasswdd/yppasswdd_server.c')
-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 c27cf8c51fe7..438a7b6e15d1 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,