Diff for /embedaddon/rsync/getgroups.c between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:54:32 version 1.1.1.4, 2021/03/17 00:32:36
Line 3 Line 3
  * `id -G` on Linux, but it's too hard to find a portable equivalent.   * `id -G` on Linux, but it's too hard to find a portable equivalent.
  *   *
  * Copyright (C) 2002 Martin Pool   * Copyright (C) 2002 Martin Pool
 * Copyright (C) 2003-2015 Wayne Davison * Copyright (C) 2003-2020 Wayne Davison
  *   *
  * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3 as   * it under the terms of the GNU General Public License version 3 as
Line 20 Line 20
   
 #include "rsync.h"  #include "rsync.h"
   
int int main(UNUSED(int argc), UNUSED(char *argv[]))
main(UNUSED(int argc), UNUSED(char *argv[])) 
 {  {
         int n, i;          int n, i;
         gid_t *list;          gid_t *list;

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>