|
@@ -802,8 +802,8 @@ struct ipc_proc_iter {
|
|
/*
|
|
/*
|
|
* This routine locks the ipc structure found at least at position pos.
|
|
* This routine locks the ipc structure found at least at position pos.
|
|
*/
|
|
*/
|
|
-struct kern_ipc_perm *sysvipc_find_ipc(struct ipc_ids *ids, loff_t pos,
|
|
|
|
- loff_t *new_pos)
|
|
|
|
|
|
+static struct kern_ipc_perm *sysvipc_find_ipc(struct ipc_ids *ids, loff_t pos,
|
|
|
|
+ loff_t *new_pos)
|
|
{
|
|
{
|
|
struct kern_ipc_perm *ipc;
|
|
struct kern_ipc_perm *ipc;
|
|
int total, id;
|
|
int total, id;
|