diff options
| author | Paul Eggert | 2021-01-01 01:51:18 -0800 |
|---|---|---|
| committer | Paul Eggert | 2021-01-01 01:52:03 -0800 |
| commit | 1b59478f4cf442f5201500b0a9c66f4332fce640 (patch) | |
| tree | 02787d99a0476a28836390ee9e2ff332445381a1 /lib/getgroups.c | |
| parent | 50f3949119cd5bb2f058b90d14b2940a3a8a7a0e (diff) | |
| download | emacs-1b59478f4cf442f5201500b0a9c66f4332fce640.tar.gz emacs-1b59478f4cf442f5201500b0a9c66f4332fce640.zip | |
Update from Gnulib by running admin/merge-gnulib.
Diffstat (limited to 'lib/getgroups.c')
| -rw-r--r-- | lib/getgroups.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/getgroups.c b/lib/getgroups.c index a1bbb6617cd..af602a74d3a 100644 --- a/lib/getgroups.c +++ b/lib/getgroups.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* provide consistent interface to getgroups for systems that don't allow N==0 | 1 | /* provide consistent interface to getgroups for systems that don't allow N==0 |
| 2 | 2 | ||
| 3 | Copyright (C) 1996, 1999, 2003, 2006-2021 Free Software Foundation, | 3 | Copyright (C) 1996, 1999, 2003, 2006-2021 Free Software Foundation, Inc. |
| 4 | Inc. | ||
| 5 | 4 | ||
| 6 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |