]> err.no Git - util-linux/commit
Clean up pagesize/PAGE_SIZE usage.
authorKarel Zak <kzak@redhat.com>
Tue, 6 Feb 2007 10:35:15 +0000 (11:35 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 6 Feb 2007 10:35:15 +0000 (11:35 +0100)
commit7ac3b5b8e3ec944e7cd3bcc6d992882c4d443414
tree8670a08ffd55e656893f300ee0a8d75819ff5958
parentca04734de12f317e4fa47da0ad6e7e3b45e8b3a8
Clean up pagesize/PAGE_SIZE usage.

Now all code in util-linux uses sysconf(_SC_PAGESIZE) that is standardized and
preferred way of querying page size. The asm/page.h file is not included to the
code anymore. (This patch doesn't change mount's FS detection code which will
be removed later).

Signed-off-by: Karel Zak <kzak@redhat.com>
config.h.in
configure.ac
disk-utils/mkswap.c
sys-utils/ipcs.c
tests/helpers/mnt_test_sysinfo.c