summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-04 15:58:55 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-04 15:58:55 +0200
commit5f0c9a3882d2b482105711c0b74b5f8c1e9b48d5 (patch)
tree51ecf7cb067de374c01a891484f2255eb6083036 /system.h
parent8ca9ce53beaa1e85ad64c70fab8cd99137005ddb (diff)
downloadrpm-5f0c9a3882d2b482105711c0b74b5f8c1e9b48d5.tar.gz
Require lchown() and remove ancient broken chown kludgery
- lchown() is POSIX 2001, we dont care about older / nonconformant stuff
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 0269d2741..eadb176b3 100644
--- a/system.h
+++ b/system.h
@@ -272,10 +272,6 @@ extern const char *__progname;
#endif
#endif
-#if ! HAVE_LCHOWN
-#define lchown chown
-#endif
-
#if HAVE_GETMNTINFO || HAVE_GETMNTINFO_R || HAVE_MNTCTL
# define GETMNTENT_ONE 0
# define GETMNTENT_TWO 0