summaryrefslogtreecommitdiff
path: root/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'process.h')
-rw-r--r--process.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/process.h b/process.h
index abdaaa3b..8c2ee636 100644
--- a/process.h
+++ b/process.h
@@ -1,8 +1,8 @@
-#include <hurd.h>
+#include <ps.h>
-/* Create a node for a directory representing information available at
- the proc server PROC for the given PID. On success, returns the
+/* Create a node for a directory representing the given PID, as published by
+ the proc server refrenced by the libps context PC. On success, returns the
newly created node in *NP. */
error_t
-process_lookup_pid (process_t proc, pid_t pid, struct node **np);
+process_lookup_pid (struct ps_context *pc, pid_t pid, struct node **np);