Browse Source

Remove the no-longer-needed #include <sys/user.h>

Eric Andersen 19 years ago
parent
commit
45a95a4661
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/ldconfig.c

+ 0 - 1
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"