Package: ocsigen
Severity: wishlist
*** Please type your report below this line ***
Please create an "ocsigen-dev" package that could be used to compile
Ocsigen sites under Debian. This would also facilitate creation of
Debian packages for apps that use Ocsigen. It's hard to do this as
one would
Package: extlib
Severity: wishlist
*** Please type your report below this line ***
Please update the 'extlib' Debian packages homepage and source
download URLs to new update locations.
The package should also be upgraded to use the latest 1.5.1 version of
the said library.
The source package dow
Package: libc6-dev
Version: 2.3.5-6
Hi,
I'm trying to compile this:
/* #define __USE_MISC */
#include
#include
static int pageCount(size_t len)
{
unsigned long ps = getpagesize();
return ((len + (ps - 1)) / ps) * ps;
}
static void* execMalloc(size_t requested_length)
{
3 matches
Mail list logo