=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/top/machine.h 2004/05/09 22:14:15 1.10 +++ src/usr.bin/top/machine.h 2004/06/13 18:49:02 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: machine.h,v 1.10 2004/05/09 22:14:15 deraadt Exp $ */ +/* $OpenBSD: machine.h,v 1.11 2004/06/13 18:49:02 otto Exp $ */ /* * Top users/processes display for Unix @@ -87,5 +87,4 @@ get_process_info(struct system_info *, struct process_select *, int (*) (const void *, const void *)); extern char *format_next_process(caddr_t, char *(*)(uid_t)); -extern int proc_compate(const void *, const void *); extern uid_t proc_owner(pid_t);