diff options
author | 2004-01-08 18:14:51 +0000 | |
---|---|---|
committer | 2004-01-08 18:14:51 +0000 | |
commit | df414932bc7ce705f232560bd3860c0066c759ff (patch) | |
tree | 7fdf77c7b71ac65d82216f9c7addcac82958fa2d /usr.bin/w/extern.h | |
parent | typo from Pedro Martelletto; (diff) | |
download | wireguard-openbsd-df414932bc7ce705f232560bd3860c0066c759ff.tar.xz wireguard-openbsd-df414932bc7ce705f232560bd3860c0066c759ff.zip |
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 *); |