diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-01-11 06:39:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-01-11 06:39:19 +0000 |
commit | 45a95a466117aee2cd60f97be8310b6a04197244 (patch) | |
tree | 7b292729378383135e381c9b2fe7054e34cefa5a /utils | |
parent | c1fab223a55861017641e71cbd6dd652390699e2 (diff) |
Remove the no-longer-needed #include <sys/user.h>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ldconfig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/ldconfig.c b/utils/ldconfig.c index f3a8db909..370b8cf1f 100644 --- a/utils/ldconfig.c +++ b/utils/ldconfig.c @@ -37,7 +37,6 @@ #include <errno.h> #include <sys/stat.h> #include <sys/mman.h> -#include <sys/user.h> #include "dl-elf.h" #include "readsoname.h" |