'\" t .\" Title: ipc64_perm_to_ipc_perm .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Kernel IPC facilities .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IPC64_PERM_TO_IPC_PE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Kernel IPC facilities" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ipc64_perm_to_ipc_perm \- convert new ipc permissions to old .SH "SYNOPSIS" .HP \w'void\ ipc64_perm_to_ipc_perm('u .BI "void ipc64_perm_to_ipc_perm(struct\ ipc64_perm\ *\ " "in" ", struct\ ipc_perm\ *\ " "out" ");" .SH "ARGUMENTS" .PP \fIin\fR .RS 4 new style ipc permissions .RE .PP \fIout\fR .RS 4 old style ipc permissions .RE .SH "DESCRIPTION" .PP Turn the new style permissions object \fIin\fR into a compatibility object and store it into the \fIout\fR pointer\&. .SH "COPYRIGHT" .br