=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/finger.c,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/finger/finger.c 2015/01/16 06:40:07 1.19 --- src/usr.bin/finger/finger.c 2015/08/20 22:32:41 1.20 *************** *** 1,4 **** ! /* $OpenBSD: finger.c,v 1.19 2015/01/16 06:40:07 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: finger.c,v 1.20 2015/08/20 22:32:41 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 194,200 **** struct passwd *pw; int dolocal, *used; ! if (!(used = (int *)calloc((u_int)argc, (u_int)sizeof(int)))) err(2, "malloc"); /* pull out all network requests */ --- 194,200 ---- struct passwd *pw; int dolocal, *used; ! if (!(used = calloc((u_int)argc, (u_int)sizeof(int)))) err(2, "malloc"); /* pull out all network requests */