=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/Attic/child.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/rsync/Attic/child.c 2019/02/11 21:41:22 1.3 +++ src/usr.bin/rsync/Attic/child.c 2019/02/17 16:34:04 1.4 @@ -1,4 +1,4 @@ -/* $Id: child.c,v 1.3 2019/02/11 21:41:22 deraadt Exp $ */ +/* $Id: child.c,v 1.4 2019/02/17 16:34:04 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -49,7 +49,7 @@ exit(EXIT_FAILURE); } - for (i = 0; NULL != args[i]; i++) + for (i = 0; args[i] != NULL; i++) LOG2(&sess, "exec[%zu] = %s", i, args[i]); /* Make sure the child's stdin is from the sender. */