diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-08 18:15:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-08 18:15:07 +0000 |
commit | 3fd9548e9ec49d42d9cb56325f641892e590e4eb (patch) | |
tree | d29493862679733d47f4c9738c7f6b889690b87a /usr.bin/w/extern.h | |
parent | 4950f4d6d1b7d9fca3eb5c745b184fc4ab52eb23 (diff) |
Convert to kinfo_proc2; ok deraadt@
Diffstat (limited to 'usr.bin/w/extern.h')
-rw-r--r-- | usr.bin/w/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h index 59a5452dd5d..3974579b14c 100644 --- a/usr.bin/w/extern.h +++ b/usr.bin/w/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.4 2003/06/03 02:56:22 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.5 2004/01/08 18:14:51 millert Exp $ */ /*- * Copyright (c) 1993 @@ -36,4 +36,4 @@ void fmt_puts(char *, int *); void fmt_putc(int, int *); void pr_attime(time_t *, time_t *); void pr_idle(time_t); -int proc_compare(struct proc *, struct proc *); +int proc_compare(const struct kinfo_proc2 *, const struct kinfo_proc2 *); |