=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rusers/rusers.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/rusers/rusers.c 2003/06/04 17:37:16 1.23 +++ src/usr.bin/rusers/rusers.c 2003/06/10 22:20:50 1.24 @@ -1,4 +1,4 @@ -/* $OpenBSD: rusers.c,v 1.23 2003/06/04 17:37:16 deraadt Exp $ */ +/* $OpenBSD: rusers.c,v 1.24 2003/06/10 22:20:50 deraadt Exp $ */ /* * Copyright (c) 2001, 2003 Todd C. Miller @@ -44,7 +44,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: rusers.c,v 1.23 2003/06/04 17:37:16 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: rusers.c,v 1.24 2003/06/10 22:20:50 deraadt Exp $"; #endif /* not lint */ #include @@ -672,7 +672,7 @@ } void -expandhosts() +expandhosts(void) { struct host_info *new_hostinfo, *entry; u_int count; @@ -699,7 +699,7 @@ } void -sorthosts() +sorthosts(void) { int i; int (*compar)(const void *, const void *);