]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
My emacs is just too clever for its own good...
authorTom Hughes <tom@compton.nu>
Mon, 7 Nov 2005 16:50:55 +0000 (16:50 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 7 Nov 2005 16:50:55 +0000 (16:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5030

coregrind/launcher.c

index b994716d1d766b54cc5d447fb846237f8ac6664b..3dedb06079d3915c1867e0d072994a7913b5824d 100644 (file)
@@ -105,7 +105,7 @@ static const char *select_platform(const char *clientname)
    int fd;
    unsigned char *header;
    const char *platform = NULL;
-   int32_t pagesize = sysconf(_SC_PAGESIZE);
+   long pagesize = sysconf(_SC_PAGESIZE);
 
    if (strchr(clientname, '/') == NULL)
       clientname = find_client(clientname);