version 1.1, 2012/02/17 15:09:30
|
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-2008 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; |