Move sys/mman.h include out of system.h to the places that care
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 5 Jan 2010 10:14:37 +0000 (12:14 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 5 Jan 2010 10:16:52 +0000 (12:16 +0200)
commit5085ae9923d5995e5f285dc54f45b38cf3d09698
treef0b6ebc8ced116aa783a9a5c5d6d5b726fa6483c
parentf978dc78b4092f3dd05255a5cd3e33d786aba359
Move sys/mman.h include out of system.h to the places that care
- just two places where needed, dont pollute system.h needlessly
- include depending on HAVE_MMAP instead of separately checking for
  sys/mman.h, if sys/mman.h doesn't exist or is broken HAVE_MMAP wont be set
configure.ac
lib/fsm.c
rpmio/rpmfileutil.c
system.h