=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/flist.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/rsync/flist.c 2019/02/12 19:33:59 1.11 --- src/usr.bin/rsync/flist.c 2019/02/12 19:39:57 1.12 *************** *** 1,4 **** ! /* $Id: flist.c,v 1.11 2019/02/12 19:33:59 benno Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: flist.c,v 1.12 2019/02/12 19:39:57 benno Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * *************** *** 315,321 **** if (!io_write_int(sess, fdout, f->st.gid)) { ERRX1(sess, "io_write_int"); goto out; ! } if (!idents_gid_add(sess, &gids, &gidsz, f->st.gid)) { ERRX1(sess, "idents_gid_add"); goto out; --- 315,321 ---- if (!io_write_int(sess, fdout, f->st.gid)) { ERRX1(sess, "io_write_int"); goto out; ! } if (!idents_gid_add(sess, &gids, &gidsz, f->st.gid)) { ERRX1(sess, "idents_gid_add"); goto out; *************** *** 655,661 **** sess->total_size += ff->st.size; } ! /* * Now conditionally read the group list. * We then remap all group identifiers to the local ids. */ --- 655,661 ---- sess->total_size += ff->st.size; } ! /* * Now conditionally read the group list. * We then remap all group identifiers to the local ids. */