]> git.ipfire.org Git - thirdparty/coreutils.git/commit
copy: ensure the correct root ID is checked on all platforms
authorJoachim Schmitz <jojo@schmitz-digital.de>
Tue, 19 Feb 2013 11:36:57 +0000 (11:36 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 20 Feb 2013 04:05:30 +0000 (04:05 +0000)
commit6229654741554561952c6106f75681e4382cc890
treecbf52b10944b494cda83258a84bd0a931ead7d18
parent31861f663a440df498bdb7788fa43aa9d03133c5
copy: ensure the correct root ID is checked on all platforms

* src/copy.c (copy_reg): Check ROOT_UID rather than 0,
which is significant on HP-NonStop.
src/copy.c