comparison lib/fchownat.c @ 40057:b06060465f09

maint: Run 'make update-copyright'
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 01 Jan 2019 00:25:11 +0100
parents 10eb9086bea0
children
comparison
equal deleted inserted replaced
40056:c0028c59cfc5 40057:b06060465f09
2 as well as a work around for the fchownat bug in glibc-2.4: 2 as well as a work around for the fchownat bug in glibc-2.4:
3 <https://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html> 3 <https://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html>
4 when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it 4 when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it
5 mistakenly affects the symlink referent, rather than the symlink itself. 5 mistakenly affects the symlink referent, rather than the symlink itself.
6 6
7 Copyright (C) 2006-2007, 2009-2018 Free Software Foundation, Inc. 7 Copyright (C) 2006-2007, 2009-2019 Free Software Foundation, Inc.
8 8
9 This program is free software: you can redistribute it and/or modify 9 This program is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or 11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version. 12 (at your option) any later version.