]> git.saurik.com Git - apt.git/commit
modified apt-pkg/contrib/mmap.cc to not use the define ...
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:10 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:10 +0000 (16:53 +0000)
commit4d714a4ce5147cf934ac102dcce29a8d77cf4e3f
tree2ee744b8a4446886ce74dabac16930b6c9e1258d
parent0c95c765d688cd001988521315c708afb9892195
modified apt-pkg/contrib/mmap.cc to not use the define ...
Author: doogie
Date: 1999-03-18 03:20:24 GMT
modified apt-pkg/contrib/mmap.cc to not use the define PAGE_SIZE by removing
'#include <sys/user.h>' and adding 'static int PAGE_SIZE = getpagesize();'
to msync();
apt-pkg/contrib/mmap.cc