# HG changeset patch # User diego # Date 1285539462 0 # Node ID 02c4e1a2298b94ac9b179b1c711ffd771b8dfa4a # Parent 7a7456aea7d86c1a5bf274f8c88e61aa294eba47 Remove unnecessary sys/types.h #include from shm check. diff -r 7a7456aea7d8 -r 02c4e1a2298b configure --- a/configure Sun Sep 26 22:06:33 2010 +0000 +++ b/configure Sun Sep 26 22:17:42 2010 +0000 @@ -3786,7 +3786,6 @@ echocheck "shm" if test "$_shm" = auto ; then cat > $TMPC << EOF -#include #include int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; } EOF