commit | a2db3f2df850362a6f6f6ddf779bb20f0bba9cbe | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Sun Jul 10 16:54:25 2011 +0200 |
committer | Eric Paris <eparis@redhat.com> | Thu Sep 15 19:20:42 2011 -0400 |
tree | 8abef14df427b56c2f1b01229825ca9040c4db90 | |
parent | f14912ee6e8402a8ca357c518d9c4a8f79cade99 [diff] |
policycoreutils: setfiles: switch from stat to stat64 When we converted from nftw to fts we had to remove the automatic large file support had to be removed. Thus we switch from stat to stat64 on all archs. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>