diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-12 23:34:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-12 23:34:36 +0000 |
commit | 7487dda5f6562be1c0bdd6f68afa6ba1e79fdb79 (patch) | |
tree | aa0dc9bfc51255340ab8b77449ef1f205d570669 /hurd/login.defs | |
parent | 37a67fe80f95310bee92b9413e296361e87a0137 (diff) |
entered into RCS
Diffstat (limited to 'hurd/login.defs')
-rw-r--r-- | hurd/login.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/login.defs b/hurd/login.defs index ca3f6520..7adcbcd7 100644 --- a/hurd/login.defs +++ b/hurd/login.defs @@ -39,7 +39,7 @@ routine login_message_user ( /* Return a human-readable string describing the user's physical location. */ routine login_get_location ( login: file_t; - out location: data_t); + out location: data_t, dealloc); /* Return how much time has passed since the user last used an input device. */ routine login_get_idle_time ( @@ -50,7 +50,7 @@ routine login_get_idle_time ( characters. This call is optional; clients should not depend on it. */ routine login_get_input_devices ( login: file_t; - out devices: data_t); + out devices: data_t, dealloc); /* Return the process collection ID for the user's login collection. */ routine login_get_login_collection ( |