summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:20:36 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:20:36 +0200
commit011c6ea6d9a4c5a61cd1a190eb48a0e4adb13aed (patch)
tree719e12106776af84a5c2cccce90cf86158637c07 /hurd
parente6c258d00582258ffd0448ad5d6a6ef0d3926cf6 (diff)
Rename proc_complete_reauthentication to proc_reauthenticate_complete
For coherency with the existing RPCs
Diffstat (limited to 'hurd')
-rw-r--r--hurd/process.defs6
-rw-r--r--hurd/process_reply.defs2
-rw-r--r--hurd/process_request.defs4
3 files changed, 6 insertions, 6 deletions
diff --git a/hurd/process.defs b/hurd/process.defs
index cb17e631..9a8b3a1b 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -87,7 +87,7 @@ routine proc_register_version (
/* Change the current authentication of the process. The user should
follow this call with a call to auth_user_authenticate, and then a
- call to proc_complete_reauthentication on the port passed back
+ call to proc_reauthenticate_complete on the port passed back
through the auth server, which becomes the new port for this process.
The old process port is destroyed. */
simpleroutine proc_reauthenticate (
@@ -453,7 +453,7 @@ routine proc_waitid (
/* Change the current authentication of the process and assign a different
task to it, atomically. The user should follow this call with a call to
- auth_user_authenticate, and then a call to proc_complete_reauthentication
+ auth_user_authenticate, and then a call to proc_reauthenticate_complete
on the port passed back through the auth server, which becomes the new
port for this process. The old process port is destroyed. */
simpleroutine proc_reauthenticate_reassign (
@@ -464,5 +464,5 @@ simpleroutine proc_reauthenticate_reassign (
/* Complete reauthentication started with proc_reauthenticate or
proc_reauthenticate_reassign. The process port must be the port
that the user has received from auth_user_authenticate call. */
-simpleroutine proc_complete_reauthentication (
+simpleroutine proc_reauthenticate_complete (
process: process_t);
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs
index f0952ff9..58098fde 100644
--- a/hurd/process_reply.defs
+++ b/hurd/process_reply.defs
@@ -204,4 +204,4 @@ skip; /* proc_get_entry */
skip; /* proc_waitid */
skip; /* proc_reauthenticate_reassign */
-skip; /* proc_complete_reauthentication */
+skip; /* proc_reauthenticate_complete */
diff --git a/hurd/process_request.defs b/hurd/process_request.defs
index 4ac57f6e..b12e2ca8 100644
--- a/hurd/process_request.defs
+++ b/hurd/process_request.defs
@@ -87,7 +87,7 @@ simpleroutine proc_register_version_request (
/* Change the current authentication of the process. The user should
follow this call with a call to auth_user_authenticate, and then a
- call to proc_complete_reauthentication on the port passed back
+ call to proc_reauthenticate_complete on the port passed back
through the auth server, which becomes the new port for this process.
The old process port is destroyed. */
simpleroutine proc_reauthenticate_request (
@@ -427,4 +427,4 @@ skip; /* proc_get_entry */
skip; /* proc_waitid */
skip; /* proc_reauthenticate_reassign */
-skip; /* proc_complete_reauthentication */
+skip; /* proc_reauthenticate_complete */