summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/w/extern.h')
-rw-r--r--usr.bin/w/extern.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h
index 7cb4ed0..7037f9a 100644
--- a/usr.bin/w/extern.h
+++ b/usr.bin/w/extern.h
@@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
-struct proc;
+
+struct kinfo_proc;
void pr_attime __P((time_t *, time_t *));
int pr_idle __P((time_t));
-int proc_compare __P((struct proc *, struct proc *));
+int proc_compare __P((struct kinfo_proc *, struct kinfo_proc *));
OpenPOWER on IntegriCloud