OSDN Git Service

Remove the no-longer-needed #include <sys/user.h>
authorEric Andersen <andersen@codepoet.org>
Tue, 11 Jan 2005 06:39:19 +0000 (06:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 11 Jan 2005 06:39:19 +0000 (06:39 -0000)
utils/ldconfig.c

index f3a8db9..370b8cf 100644 (file)
@@ -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"